Exemplo n.º 1
0
 /// <summary>
 /// Create a new ObjectPropty object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="value">Initial value of the Value property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static ObjectPropty CreateObjectPropty(global::System.Int32 id, global::System.String value, global::System.String name)
 {
     ObjectPropty objectPropty = new ObjectPropty();
     objectPropty.Id = id;
     objectPropty.Value = value;
     objectPropty.Name = name;
     return objectPropty;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ObjectPropty EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToObjectPropty(ObjectPropty objectPropty)
 {
     base.AddObject("ObjectPropty", objectPropty);
 }