Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the suffix EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTosuffix(suffix suffix)
 {
     base.AddObject("suffix", suffix);
 }
Example #2
0
 /// <summary>
 /// Create a new suffix object.
 /// </summary>
 /// <param name="value">Initial value of the value property.</param>
 public static suffix Createsuffix(global::System.String value)
 {
     suffix suffix = new suffix();
     suffix.value = value;
     return suffix;
 }