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

Inheritance: StorageRepositoryDelegate, IProfile
Afficher le fichier Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Méthodes publiques

Méthode Description
MarkAsInitialized ( ) : void
MarkAsNotInitialized ( ) : void
ProfileDomainObject ( ProfileDomainObject other ) : System
ProfileDomainObject ( ProfileName profileName, AccountName accountName, bool initialized, Type profileSettingsType ) : System
Save ( ) : void

Method Details

MarkAsInitialized() public méthode

public MarkAsInitialized ( ) : void
Résultat void

MarkAsNotInitialized() public méthode

public MarkAsNotInitialized ( ) : void
Résultat void

ProfileDomainObject() public méthode

public ProfileDomainObject ( ProfileDomainObject other ) : System
other ProfileDomainObject
Résultat System

ProfileDomainObject() public méthode

public ProfileDomainObject ( ProfileName profileName, AccountName accountName, bool initialized, Type profileSettingsType ) : System
profileName Tp.Integration.Messages.ProfileName
accountName Tp.Integration.Messages.AccountName
initialized bool
profileSettingsType System.Type
Résultat System

Save() public méthode

public Save ( ) : void
Résultat void