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

Afficher le fichier Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Méthodes publiques

Méthode Description
CreateChildVersion ( ) : AccountDomainObjectVersion
IsChildOf ( AccountDomainObjectVersion maybeParent ) : bool
Root ( AccountDomainObject account ) : AccountDomainObjectVersion

Private Methods

Méthode Description
AccountDomainObjectVersion ( AccountDomainObject account, AccountDomainObjectVersion parent = null )

Method Details

CreateChildVersion() public méthode

public CreateChildVersion ( ) : AccountDomainObjectVersion
Résultat AccountDomainObjectVersion

IsChildOf() public méthode

public IsChildOf ( AccountDomainObjectVersion maybeParent ) : bool
maybeParent AccountDomainObjectVersion
Résultat bool

Root() public static méthode

public static Root ( AccountDomainObject account ) : AccountDomainObjectVersion
account AccountDomainObject
Résultat AccountDomainObjectVersion