コード例 #1
0
        /// <summary>
        /// Create a new Synapse_Security_User object.
        /// </summary>
        /// <param name="id">Initial value of the ID property.</param>
        /// <param name="uSERID">Initial value of the USERID property.</param>
        /// <param name="fIRSTNAME">Initial value of the FIRSTNAME property.</param>
        /// <param name="lASTNAME">Initial value of the LASTNAME property.</param>
        public static Synapse_Security_User CreateSynapse_Security_User(global::System.Int64 id, global::System.String uSERID, global::System.String fIRSTNAME, global::System.String lASTNAME)
        {
            Synapse_Security_User synapse_Security_User = new Synapse_Security_User();

            synapse_Security_User.ID        = id;
            synapse_Security_User.USERID    = uSERID;
            synapse_Security_User.FIRSTNAME = fIRSTNAME;
            synapse_Security_User.LASTNAME  = lASTNAME;
            return(synapse_Security_User);
        }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Synapse_Security_User EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSynapse_Security_User(Synapse_Security_User synapse_Security_User)
 {
     base.AddObject("Synapse_Security_User", synapse_Security_User);
 }