API Reference / SchemaObjectRowAPI ReferenceClass SchemaObjectRowEdit on GitHubNamespace ADPlayground.DirectoryEssentialsAssembly ADPlaygroundSource ADPlayground/DirectoryEssentials/SchemaObjectRow.cs:11Modifiers sealedRepresents a schema object entry.InheritanceObjectSchemaObjectRowFilter membersAll (9) Constructors (1) Methods (4) Properties (4)Show inherited Expand all Collapse all ResetConstructorspublic SchemaObjectRow() #ADPlayground/DirectoryEssentials/SchemaObjectRow.cs:11Inherited Methodspublic override Boolean Equals(Object obj) #ADPlayground/DNSDebugLogging/DnsLogIpSummary.cs:20Returns: BooleanInherited from ObjectParametersobj Object requiredposition: 0public override Int32 GetHashCode() #ADPlayground/DNSDebugLogging/DnsLogIpSummary.cs:25Returns: Int32Inherited from Objectpublic Type GetType() #Returns: TypeInherited from Objectpublic override String ToString() #ADPlayground/DNSDebugLogging/DnsLogIpSummary.cs:15Returns: StringInherited from ObjectPropertiespublic String Name { get; set; } #ADPlayground/DirectoryEssentials/SchemaObjectRow.cs:11Schema object name.public String LdapDisplayName { get; set; } #ADPlayground/DirectoryEssentials/SchemaObjectRow.cs:13LDAP display name of the schema object.public String ObjectClass { get; set; } #ADPlayground/DirectoryEssentials/SchemaObjectRow.cs:15Schema object class (classSchema or attributeSchema).public Guid SchemaIdGuid { get; set; } #ADPlayground/DirectoryEssentials/SchemaObjectRow.cs:17Schema ID GUID.