示例#1
0
        public LdapMod(int operationType, string attributeName, string[] attributeValues)
        {
            this.lModData = new LdapModData();

            this.operationType   = operationType;
            this.attributeName   = attributeName;
            this.attributeValues = attributeValues;
        }
示例#2
0
        public LdapMod()
        {
            this.lModData = new LdapModData();

            this.operationType   = 0;
            this.attributeName   = null;
            this.attributeValues = null;
        }
示例#3
0
        public LdapMod(int operationType, string attributeName, string[] attributeValues)
        {
            this.lModData = new LdapModData();

            this.operationType = operationType;
            this.attributeName = attributeName;
            this.attributeValues = attributeValues;

        }
示例#4
0
        public LdapMod()
        {
            this.lModData = new LdapModData();

            this.operationType = 0;
            this.attributeName = null ;
            this.attributeValues = null ;

        }