Exemple #1
0
 /// <summary>
 /// Create a new segmentformat object.
 /// </summary>
 /// <param name="cRS">Initial value of the CRS property.</param>
 /// <param name="tokenType">Initial value of the TokenType property.</param>
 /// <param name="lang">Initial value of the Lang property.</param>
 /// <param name="token">Initial value of the token property.</param>
 /// <param name="header">Initial value of the Header property.</param>
 /// <param name="hasData">Initial value of the HasData property.</param>
 /// <param name="stamp">Initial value of the stamp property.</param>
 public static segmentformat Createsegmentformat(global::System.String cRS, global::System.String tokenType, global::System.String lang, global::System.String token, global::System.String header, global::System.Boolean hasData, global::System.DateTime stamp)
 {
     segmentformat segmentformat = new segmentformat();
     segmentformat.CRS = cRS;
     segmentformat.TokenType = tokenType;
     segmentformat.Lang = lang;
     segmentformat.token = token;
     segmentformat.Header = header;
     segmentformat.HasData = hasData;
     segmentformat.stamp = stamp;
     return segmentformat;
 }
Exemple #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the segmentformats EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTosegmentformats(segmentformat segmentformat)
 {
     base.AddObject("segmentformats", segmentformat);
 }