コード例 #1
0
        /// <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);
        }
コード例 #2
0
 /// <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;
 }
コード例 #3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the userTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTouserTypes(userType userType)
 {
     base.AddObject("userTypes", userType);
 }
コード例 #4
0
 /// <summary>
 /// Deprecated Method for adding a new object to the userTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTouserTypes(userType userType)
 {
     base.AddObject("userTypes", userType);
 }