/// <summary> /// Create a new Definition object. /// </summary> /// <param name="guid">Initial value of the Guid property.</param> /// <param name="name">Initial value of the Name property.</param> public static Definition CreateDefinition(global::System.Guid guid, global::System.String name) { Definition definition = new Definition(); definition.Guid = guid; definition.Name = name; return definition; }
/// <summary> /// Deprecated Method for adding a new object to the Definitions EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToDefinitions(Definition definition) { base.AddObject("Definitions", definition); }