Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ModelTag EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToModelTag(ModelTag modelTag)
 {
     base.AddObject("ModelTag", modelTag);
 }
Пример #2
0
 /// <summary>
 /// Create a new ModelTag object.
 /// </summary>
 /// <param name="guid">Initial value of the guid property.</param>
 /// <param name="name">Initial value of the name property.</param>
 /// <param name="description">Initial value of the description property.</param>
 /// <param name="creation">Initial value of the creation property.</param>
 public static ModelTag CreateModelTag(global::System.String guid, global::System.String name, global::System.String description, global::System.DateTime creation)
 {
     ModelTag modelTag = new ModelTag();
     modelTag.guid = guid;
     modelTag.name = name;
     modelTag.description = description;
     modelTag.creation = creation;
     return modelTag;
 }