Example #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;
 }
Example #2
0
 public void AddToDataTemplatesDescription(DataTemplatesDescription dataTemplatesDescription)
 {
     base.AddObject("DataTemplatesDescription", dataTemplatesDescription);
 }