Ejemplo n.º 1
0
        public LdapMod(int operationType, string attributeName, string[] attributeValues)
        {
            this.lModData = new LdapModData();

            this.operationType   = operationType;
            this.attributeName   = attributeName;
            this.attributeValues = attributeValues;
        }
Ejemplo n.º 2
0
        public LdapMod()
        {
            this.lModData = new LdapModData();

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

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

        }
Ejemplo n.º 4
0
        public LdapMod()
        {
            this.lModData = new LdapModData();

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

        }