/// <summary> /// Create a new userType object. /// </summary> /// <param name="userTypeID">Initial value of the userTypeID property.</param> /// <param name="type">Initial value of the type property.</param> public static userType CreateuserType(global::System.Int32 userTypeID, global::System.String type) { userType userType = new userType(); userType.userTypeID = userTypeID; userType.type = type; return(userType); }
/// <summary> /// Create a new userType object. /// </summary> /// <param name="userTypeID">Initial value of the userTypeID property.</param> /// <param name="type">Initial value of the type property.</param> public static userType CreateuserType(global::System.Int32 userTypeID, global::System.String type) { userType userType = new userType(); userType.userTypeID = userTypeID; userType.type = type; return userType; }
/// <summary> /// Deprecated Method for adding a new object to the userTypes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTouserTypes(userType userType) { base.AddObject("userTypes", userType); }