示例#1
0
 public SearchResultEntry(
     LDAPDN objectName,
     PartialAttributeList attributes)
 {
     this.objectName = objectName;
     this.attributes = attributes;
 }
示例#2
0
 public SearchResultEntry()
 {
     this.objectName = null;
     this.attributes = null;
 }