Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the MdaTitles EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMdaTitles(MdaTitle mdaTitle)
 {
     base.AddObject("MdaTitles", mdaTitle);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new MdaTitle object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="guid">Initial value of the Guid property.</param>
 /// <param name="createdBy">Initial value of the CreatedBy property.</param>
 /// <param name="createdAt">Initial value of the CreatedAt property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="shortname">Initial value of the Shortname property.</param>
 /// <param name="value">Initial value of the Value property.</param>
 /// <param name="isActive">Initial value of the IsActive property.</param>
 /// <param name="timestamp">Initial value of the Timestamp property.</param>
 public static MdaTitle CreateMdaTitle(global::System.Int32 id, global::System.Guid guid, global::System.String createdBy, global::System.DateTime createdAt, global::System.String name, global::System.String shortname, global::System.String value, global::System.Boolean isActive, global::System.Byte[] timestamp)
 {
     MdaTitle mdaTitle = new MdaTitle();
     mdaTitle.ID = id;
     mdaTitle.Guid = guid;
     mdaTitle.CreatedBy = createdBy;
     mdaTitle.CreatedAt = createdAt;
     mdaTitle.Name = name;
     mdaTitle.Shortname = shortname;
     mdaTitle.Value = value;
     mdaTitle.IsActive = isActive;
     mdaTitle.Timestamp = timestamp;
     return mdaTitle;
 }