Пример #1
0
 public void SetLoginPwdId(int?info, PamaterOperationType pot)
 {
     this.LoginPwdId = info; this.LoginPwdIdPOT = pot;
 }
Пример #2
0
 public void SetAppUserId(int?info, PamaterOperationType pot)
 {
     this.AppUserId = info; this.AppUserIdPOT = pot;
 }
Пример #3
0
 public void SetDataConnectionId(int?info, PamaterOperationType pot)
 {
     this.DataConnectionId = info; this.DataConnectionIdPOT = pot;
 }
 public void SetComponentId(int?info, PamaterOperationType pot)
 {
     this.ComponentId = info; this.ComponentIdPOT = pot;
 }
Пример #5
0
 public void SetTitle(String info, PamaterOperationType pot)
 {
     this.Title = info; this.TitlePOT = pot;
 }
 public void SetVersion(int?info, PamaterOperationType pot)
 {
     this.Version = info; this.VersionPOT = pot;
 }
 public void SetIsDefault(bool?info, PamaterOperationType pot)
 {
     this.IsDefault = info; this.IsDefaultPOT = pot;
 }
 public void SetSolutionID(String info, PamaterOperationType pot)
 {
     this.SolutionID = info; this.SolutionIDPOT = pot;
 }
Пример #9
0
 public void SetLanguage(int?info, PamaterOperationType pot)
 {
     this.Language = info; this.LanguagePOT = pot;
 }
Пример #10
0
 public void SetJobId(int?info, PamaterOperationType pot)
 {
     this.JobId = info; this.JobIdPOT = pot;
 }
Пример #11
0
 public void SetLoginKey(String info, PamaterOperationType pot)
 {
     this.LoginKey = info; this.LoginKeyPOT = pot;
 }
Пример #12
0
 public void SetToken(String info, PamaterOperationType pot)
 {
     this.Token = info; this.TokenPOT = pot;
 }
Пример #13
0
 public void SetAppInstanceTokenId(int?info, PamaterOperationType pot)
 {
     this.AppInstanceTokenId = info; this.AppInstanceTokenIdPOT = pot;
 }
Пример #14
0
 public void SetDatabaseUser(String info, PamaterOperationType pot)
 {
     this.DatabaseUser = info; this.DatabaseUserPOT = pot;
 }
Пример #15
0
 public void SetLoginPwd(String info, PamaterOperationType pot)
 {
     this.LoginPwd = info; this.LoginPwdPOT = pot;
 }
Пример #16
0
 public void SetGenCodeType(int?info, PamaterOperationType pot)
 {
     this.GenCodeType = info; this.GenCodeTypePOT = pot;
 }
 public void SetContent(String info, PamaterOperationType pot)
 {
     this.Content = info; this.ContentPOT = pot;
 }
Пример #18
0
 public void SetCodeTemplateId(int?info, PamaterOperationType pot)
 {
     this.CodeTemplateId = info; this.CodeTemplateIdPOT = pot;
 }
 public void SetComponentConfigTitle(String info, PamaterOperationType pot)
 {
     this.ComponentConfigTitle = info; this.ComponentConfigTitlePOT = pot;
 }
Пример #20
0
 public void SetComponentServiceName(String info, PamaterOperationType pot)
 {
     this.ComponentServiceName = info; this.ComponentServiceNamePOT = pot;
 }
 public void SetComponentConfig(int?info, PamaterOperationType pot)
 {
     this.ComponentConfig = info; this.ComponentConfigPOT = pot;
 }
Пример #22
0
 public void SetComponentAssemblyFileName(String info, PamaterOperationType pot)
 {
     this.ComponentAssemblyFileName = info; this.ComponentAssemblyFileNamePOT = pot;
 }
Пример #23
0
 public void SetStatus(byte?info, PamaterOperationType pot)
 {
     this.Status = info; this.StatusPOT = pot;
 }
Пример #24
0
 public void SetComponentAssemblyFileStorePath(String info, PamaterOperationType pot)
 {
     this.ComponentAssemblyFileStorePath = info; this.ComponentAssemblyFileStorePathPOT = pot;
 }
Пример #25
0
 public void SetUpdateTime(DateTime?info, PamaterOperationType pot)
 {
     this.UpdateTime = info; this.UpdateTimePOT = pot;
 }
Пример #26
0
 public void SetAssemblyVersion(String info, PamaterOperationType pot)
 {
     this.AssemblyVersion = info; this.AssemblyVersionPOT = pot;
 }
Пример #27
0
 public void SetName(String info, PamaterOperationType pot)
 {
     this.Name = info; this.NamePOT = pot;
 }
Пример #28
0
 public void SetRemark(String info, PamaterOperationType pot)
 {
     this.Remark = info; this.RemarkPOT = pot;
 }