C# Class Tp.Integration.Plugin.Common.Domain.AccountDomainObjectVersion

ファイルを表示 Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Public Methods

Method Description
CreateChildVersion ( ) : AccountDomainObjectVersion
IsChildOf ( AccountDomainObjectVersion maybeParent ) : bool
Root ( AccountDomainObject account ) : AccountDomainObjectVersion

Private Methods

Method Description
AccountDomainObjectVersion ( AccountDomainObject account, AccountDomainObjectVersion parent = null )

Method Details

CreateChildVersion() public method

public CreateChildVersion ( ) : AccountDomainObjectVersion
return AccountDomainObjectVersion

IsChildOf() public method

public IsChildOf ( AccountDomainObjectVersion maybeParent ) : bool
maybeParent AccountDomainObjectVersion
return bool

Root() public static method

public static Root ( AccountDomainObject account ) : AccountDomainObjectVersion
account AccountDomainObject
return AccountDomainObjectVersion