DomainClassInheritanceComparer Class

Class to order domain classes by their inheritance tree, so leaf classes come first.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.DslDefinition.DomainClassInheritanceComparer<DomainClass>
    Microsoft.VisualStudio.Modeling.DslDefinition.DomainClassInheritanceComparer

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.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
Public method DomainClassInheritanceComparer

Top

Methods

  Name Description
Public method Compare(Object, Object) Compare two Domain Classes (Inherited from DomainClassInheritanceComparer<T>.)
Public method Compare(T, T) Compare two domain classes (Inherited from DomainClassInheritanceComparer<T>.)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.VisualStudio.Modeling.DslDefinition Namespace