C# 클래스 Tp.Integration.Plugin.Common.Domain.ProfileDomainObject

상속: StorageRepositoryDelegate, IProfile
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins 1 사용 예제들

공개 메소드들

메소드 설명
MarkAsInitialized ( ) : void
MarkAsNotInitialized ( ) : void
ProfileDomainObject ( ProfileDomainObject other ) : System
ProfileDomainObject ( ProfileName profileName, AccountName accountName, bool initialized, Type profileSettingsType ) : System
Save ( ) : void

메소드 상세

MarkAsInitialized() 공개 메소드

public MarkAsInitialized ( ) : void
리턴 void

MarkAsNotInitialized() 공개 메소드

public MarkAsNotInitialized ( ) : void
리턴 void

ProfileDomainObject() 공개 메소드

public ProfileDomainObject ( ProfileDomainObject other ) : System
other ProfileDomainObject
리턴 System

ProfileDomainObject() 공개 메소드

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
리턴 System

Save() 공개 메소드

public Save ( ) : void
리턴 void