DomainClassInheritanceComparer Class
Class to order domain classes by their inheritance tree, so leaf classes come first.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.Modeling.DslDefinition.DomainClassInheritanceComparer<DomainClass>
Microsoft.VisualStudio.Modeling.DslDefinition.DomainClassInheritanceComparer
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
Syntax
'Declaration
Public Class DomainClassInheritanceComparer _
Inherits DomainClassInheritanceComparer(Of DomainClass)
public class DomainClassInheritanceComparer : DomainClassInheritanceComparer<DomainClass>
public ref class DomainClassInheritanceComparer : public DomainClassInheritanceComparer<DomainClass^>
type DomainClassInheritanceComparer =
class
inherit DomainClassInheritanceComparer<DomainClass>
end
public class DomainClassInheritanceComparer extends DomainClassInheritanceComparer<DomainClass>
The DomainClassInheritanceComparer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DomainClassInheritanceComparer |
Top
Methods
Name | Description | |
---|---|---|
Compare(Object, Object) | Compare two Domain Classes (Inherited from DomainClassInheritanceComparer<T>.) | |
Compare(T, T) | Compare two domain classes (Inherited from DomainClassInheritanceComparer<T>.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Remarks
Do not use this class with a SortedList or SortedDictionary class as the fact that it returns 0 for unrelated classes means that keys will no longer be based on object identity.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.