C# 클래스 Audit.Util.DomainLogDisplayItem

파일 보기 프로젝트 열기: gnschenker/RecipesWithCqrsAndEs

공개 프로퍼티들

프로퍼티 타입 설명
Item ImmutableEnvelope
RecordId string
StoreIndex long
Style Action

공개 메소드들

메소드 설명
DomainLogDisplayItem ( ImmutableEnvelope item, string session, long storeIndex ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
AssignStyle ( ImmutableEnvelope item, string session ) : void
Indent ( string source ) : string

메소드 상세

DomainLogDisplayItem() 공개 메소드

public DomainLogDisplayItem ( ImmutableEnvelope item, string session, long storeIndex ) : System
item ImmutableEnvelope
session string
storeIndex long
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Item 공개적으로 프로퍼티

public ImmutableEnvelope Item
리턴 ImmutableEnvelope

RecordId 공개적으로 프로퍼티

public string RecordId
리턴 string

StoreIndex 공개적으로 프로퍼티

public long StoreIndex
리턴 long

Style 공개적으로 프로퍼티

public Action Style
리턴 Action