예제 #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 ;

        }