예제 #1
0
        /// <summary>
        /// Initializes a new instance of the <see cref="EzsignfoldersignerassociationRequestCompound" /> class.
        /// </summary>
        /// <param name="objEzsignsigner">objEzsignsigner.</param>
        /// <param name="fkiUserID">A reference to a valid User.  This is only used if the signatory will be a user from the system..</param>
        /// <param name="fkiEzsignfolderID">A reference to a valid Ezsignfolder.  That value is returned after a successful Ezsignfolder Creation. (required).</param>
        public EzsignfoldersignerassociationRequestCompound(EzsignsignerRequestCompound objEzsignsigner = default(EzsignsignerRequestCompound), int fkiUserID = default(int), int fkiEzsignfolderID = default(int))
        {
            // to ensure "fkiEzsignfolderID" is required (not null)
            if (fkiEzsignfolderID == null)
            {
                throw new InvalidDataException("fkiEzsignfolderID is a required property for EzsignfoldersignerassociationRequestCompound and cannot be null");
            }
            else
            {
                this.FkiEzsignfolderID = fkiEzsignfolderID;
            }

            this.ObjEzsignsigner = objEzsignsigner;
            this.FkiUserID       = fkiUserID;
        }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="EzsignfoldersignerassociationRequestCompound" /> class.
 /// </summary>
 /// <param name="objEzsignsigner">objEzsignsigner.</param>
 /// <param name="fkiUserID">A reference to a valid User.  This is only used if the signatory will be a user from the system..</param>
 /// <param name="fkiEzsignfolderID">A reference to a valid Ezsignfolder.  That value is returned after a successful Ezsignfolder Creation. (required).</param>
 public EzsignfoldersignerassociationRequestCompound(EzsignsignerRequestCompound objEzsignsigner = default(EzsignsignerRequestCompound), int fkiUserID = default(int), int fkiEzsignfolderID = default(int))
 {
     this.FkiEzsignfolderID = fkiEzsignfolderID;
     this.ObjEzsignsigner   = objEzsignsigner;
     this.FkiUserID         = fkiUserID;
 }