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