Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ContactList_AttributeType EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToContactList_AttributeType(ContactList_AttributeType contactList_AttributeType)
 {
     base.AddObject("ContactList_AttributeType", contactList_AttributeType);
 }
Пример #2
0
 /// <summary>
 /// Create a new ContactList_AttributeType object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="isActive">Initial value of the IsActive property.</param>
 /// <param name="dateCreated">Initial value of the DateCreated property.</param>
 public static ContactList_AttributeType CreateContactList_AttributeType(global::System.Int32 id, global::System.String name, global::System.Boolean isActive, global::System.DateTime dateCreated)
 {
     ContactList_AttributeType contactList_AttributeType = new ContactList_AttributeType();
     contactList_AttributeType.Id = id;
     contactList_AttributeType.Name = name;
     contactList_AttributeType.IsActive = isActive;
     contactList_AttributeType.DateCreated = dateCreated;
     return contactList_AttributeType;
 }