Exemplo n.º 1
0
 public static DataTemplatesDescription CreateDataTemplatesDescription(global::System.Guid ID, global::System.Guid rOWID)
 {
     DataTemplatesDescription dataTemplatesDescription = new DataTemplatesDescription();
     dataTemplatesDescription.ID = ID;
     dataTemplatesDescription.ROWID = rOWID;
     return dataTemplatesDescription;
 }
Exemplo n.º 2
0
 public void AddToDataTemplatesDescription(DataTemplatesDescription dataTemplatesDescription)
 {
     base.AddObject("DataTemplatesDescription", dataTemplatesDescription);
 }