/// <summary>
        /// Create a new roleType object.
        /// </summary>
        /// <param name="roleTypeID">Initial value of the RoleTypeID property.</param>
        /// <param name="roleTypeName">Initial value of the RoleTypeName property.</param>
        /// <param name="roleTypeHier">Initial value of the RoleTypeHier property.</param>
        /// <param name="roleTypeActive">Initial value of the roleTypeActive property.</param>
        /// <param name="recCreationDate">Initial value of the recCreationDate property.</param>
        public static roleType CreateroleType(global::System.Int32 roleTypeID, global::System.String roleTypeName, global::System.Int32 roleTypeHier, global::System.Boolean roleTypeActive, global::System.DateTime recCreationDate)
        {
            roleType roleType = new roleType();

            roleType.RoleTypeID      = roleTypeID;
            roleType.RoleTypeName    = roleTypeName;
            roleType.RoleTypeHier    = roleTypeHier;
            roleType.roleTypeActive  = roleTypeActive;
            roleType.recCreationDate = recCreationDate;
            return(roleType);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the roleTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToroleTypes(roleType roleType)
 {
     base.AddObject("roleTypes", roleType);
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the roleTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToroleTypes(roleType roleType)
 {
     base.AddObject("roleTypes", roleType);
 }
 /// <summary>
 /// Create a new roleType object.
 /// </summary>
 /// <param name="roleTypeID">Initial value of the RoleTypeID property.</param>
 /// <param name="roleTypeName">Initial value of the RoleTypeName property.</param>
 /// <param name="roleTypeHier">Initial value of the RoleTypeHier property.</param>
 /// <param name="roleTypeActive">Initial value of the roleTypeActive property.</param>
 /// <param name="recCreationDate">Initial value of the recCreationDate property.</param>
 public static roleType CreateroleType(global::System.Int32 roleTypeID, global::System.String roleTypeName, global::System.Int32 roleTypeHier, global::System.Boolean roleTypeActive, global::System.DateTime recCreationDate)
 {
     roleType roleType = new roleType();
     roleType.RoleTypeID = roleTypeID;
     roleType.RoleTypeName = roleTypeName;
     roleType.RoleTypeHier = roleTypeHier;
     roleType.roleTypeActive = roleTypeActive;
     roleType.recCreationDate = recCreationDate;
     return roleType;
 }