/// <summary> /// Deprecated Method for adding a new object to the suffix EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTosuffix(suffix suffix) { base.AddObject("suffix", suffix); }
/// <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; }