24 references to Name
System.DirectoryServices (24)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaClass.cs (4)
322SetProperty(PropertyManager.SubClassOf, _subClassOf.Name); 418return Name; 1412if (Utils.Compare(SubClassOf!.Name, Name) != 0)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaClassCollection.cs (16)
63throw new InvalidOperationException(SR.Format(SR.SchemaObjectNotCommitted, value.Name)); 83throw new InvalidOperationException(SR.Format(SR.SchemaObjectNotCommitted, schemaClass.Name)); 158throw new InvalidOperationException(SR.Format(SR.SchemaObjectNotCommitted, schemaClass.Name)); 164if (Utils.Compare(tmp.Name, schemaClass.Name) == 0) 179throw new InvalidOperationException(SR.Format(SR.SchemaObjectNotCommitted, schemaClass.Name)); 198throw new InvalidOperationException(SR.Format(SR.SchemaObjectNotCommitted, schemaClass.Name)); 204if (Utils.Compare(tmp.Name, schemaClass.Name) == 0) 224throw new InvalidOperationException(SR.Format(SR.SchemaObjectNotCommitted, schemaClass.Name)); 230if (Utils.Compare(tmp.Name, schemaClass.Name) == 0) 269_classEntry.Properties[_propertyName].Add(((ActiveDirectorySchemaClass)value).Name); 290string valueName = ((ActiveDirectorySchemaClass)value).Name; 333throw new InvalidOperationException(SR.Format(SR.SchemaObjectNotCommitted, ((ActiveDirectorySchemaClass)value).Name)); 341values[i] = ((ActiveDirectorySchemaClass)InnerList[i]!).Name;
System\DirectoryServices\ActiveDirectory\ReadOnlyActiveDirectorySchemaClassCollection.cs (4)
33if (Utils.Compare(tmp.Name, schemaClass.Name) == 0) 49if (Utils.Compare(tmp.Name, schemaClass.Name) == 0)