Example #1
0
 /// <summary>
 /// Create a new tsysattrtplatedtl object.
 /// </summary>
 /// <param name="attrtplatid">Initial value of the attrtplatid property.</param>
 /// <param name="seqno">Initial value of the seqno property.</param>
 /// <param name="attributename">Initial value of the attributename property.</param>
 /// <param name="attributetype">Initial value of the attributetype property.</param>
 /// <param name="valuetype">Initial value of the valuetype property.</param>
 /// <param name="lastmodifieduser">Initial value of the lastmodifieduser property.</param>
 /// <param name="lastmodifiedtime">Initial value of the lastmodifiedtime property.</param>
 public static tsysattrtplatedtl Createtsysattrtplatedtl(global::System.String attrtplatid, global::System.Decimal seqno, global::System.String attributename, global::System.String attributetype, global::System.String valuetype, global::System.String lastmodifieduser, global::System.DateTime lastmodifiedtime)
 {
     tsysattrtplatedtl tsysattrtplatedtl = new tsysattrtplatedtl();
     tsysattrtplatedtl.attrtplatid = attrtplatid;
     tsysattrtplatedtl.seqno = seqno;
     tsysattrtplatedtl.attributename = attributename;
     tsysattrtplatedtl.attributetype = attributetype;
     tsysattrtplatedtl.valuetype = valuetype;
     tsysattrtplatedtl.lastmodifieduser = lastmodifieduser;
     tsysattrtplatedtl.lastmodifiedtime = lastmodifiedtime;
     return tsysattrtplatedtl;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tsysattrtplatedtl EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotsysattrtplatedtl(tsysattrtplatedtl tsysattrtplatedtl)
 {
     base.AddObject("tsysattrtplatedtl", tsysattrtplatedtl);
 }