/// <summary>
 /// Create a new ApprovalEntityType object.
 /// </summary>
 /// <param name="approvalEntityTypeID">Initial value of the ApprovalEntityTypeID property.</param>
 public static ApprovalEntityType CreateApprovalEntityType(global::System.Byte approvalEntityTypeID)
 {
     ApprovalEntityType approvalEntityType = new ApprovalEntityType();
     approvalEntityType.ApprovalEntityTypeID = approvalEntityTypeID;
     return approvalEntityType;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ApprovalEntityTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToApprovalEntityTypes(ApprovalEntityType approvalEntityType)
 {
     base.AddObject("ApprovalEntityTypes", approvalEntityType);
 }