21 references to IsDefunct
System.DirectoryServices (21)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchema.cs (14)
243
"(!(" + PropertyManager.
IsDefunct
+ "=TRUE)))";
262
"(!(" + PropertyManager.
IsDefunct
+ "=TRUE)))";
274
"(" + PropertyManager.
IsDefunct
+ "=TRUE))";
317
"(!(" + PropertyManager.
IsDefunct
+ "=TRUE)))";
340
str.Append(PropertyManager.
IsDefunct
);
371
"(" + PropertyManager.
IsDefunct
+ "=TRUE))";
409
propertiesToLoad[2] = PropertyManager.
IsDefunct
;
427
if ((res.Properties[PropertyManager.
IsDefunct
] != null) && (res.Properties[PropertyManager.
IsDefunct
].Count > 0))
429
isDefunct = (bool)res.Properties[PropertyManager.
IsDefunct
][0]!;
463
propertiesToLoad[2] = PropertyManager.
IsDefunct
;
481
if ((res.Properties[PropertyManager.
IsDefunct
] != null) && (res.Properties[PropertyManager.
IsDefunct
].Count > 0))
483
isDefunct = (bool)res.Properties[PropertyManager.
IsDefunct
][0]!;
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaClass.cs (4)
562
SetProperty(PropertyManager.
IsDefunct
, value);
1164
str.Append(PropertyManager.
IsDefunct
);
1299
string filter = "(&(" + PropertyManager.ObjectCategory + "=classSchema)" + str.ToString() + "(!(" + PropertyManager.
IsDefunct
+ "=TRUE)))";
1371
string filter = "(&(" + PropertyManager.ObjectCategory + "=attributeSchema)" + str.ToString() + "(!(" + PropertyManager.
IsDefunct
+ "=TRUE)))";
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaProperty.cs (3)
355
_propertyEntry.Properties[PropertyManager.
IsDefunct
].Value = _isDefunct;
953
SetProperty(PropertyManager.
IsDefunct
, value);
1203
str.Append(PropertyManager.
IsDefunct
);