C# Класс Tp.Integration.Plugin.Common.Domain.AccountDomainObjectVersion

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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