C# 클래스 Tp.Integration.Plugin.Common.Domain.AccountDomainObjectVersion

파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins 1 사용 예제들

공개 메소드들

메소드 설명
CreateChildVersion ( ) : AccountDomainObjectVersion
IsChildOf ( AccountDomainObjectVersion maybeParent ) : bool
Root ( AccountDomainObject account ) : AccountDomainObjectVersion

비공개 메소드들

메소드 설명
AccountDomainObjectVersion ( AccountDomainObject account, AccountDomainObjectVersion parent = null )

메소드 상세

CreateChildVersion() 공개 메소드

public CreateChildVersion ( ) : AccountDomainObjectVersion
리턴 AccountDomainObjectVersion

IsChildOf() 공개 메소드

public IsChildOf ( AccountDomainObjectVersion maybeParent ) : bool
maybeParent AccountDomainObjectVersion
리턴 bool

Root() 공개 정적인 메소드

public static Root ( AccountDomainObject account ) : AccountDomainObjectVersion
account AccountDomainObject
리턴 AccountDomainObjectVersion