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

Inheritance: StorageRepositoryDelegate, IProfile
Show file Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Public Methods

Method 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 method

public MarkAsInitialized ( ) : void
return void

MarkAsNotInitialized() public method

public MarkAsNotInitialized ( ) : void
return void

ProfileDomainObject() public method

public ProfileDomainObject ( ProfileDomainObject other ) : System
other ProfileDomainObject
return System

ProfileDomainObject() public method

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
return System

Save() public method

public Save ( ) : void
return void