Version

CategorySortOrderAttribute Class Members

The following tables list the members exposed by CategorySortOrderAttribute.

Public Constructors
 NameDescription
Public ConstructorCategorySortOrderAttribute ConstructorConstructor.  
Public Properties
 NameDescription
Public PropertyCategoryNameThe name of the category that the sort order should be applied to. (read only)  
Public PropertySortOrderThe sort order that should be applied to the category. (read only)  
Public PropertyTypeIdWhen implemented in a derived class, gets a unique identifier for this System.Attribute. (Inherited from System.Attribute)
Public Methods
 NameDescription
Public MethodEqualsReturns a value that indicates whether this instance is equal to a specified object. (Inherited from System.Attribute)
Public MethodGetHashCodeReturns the hash code for this instance. (Inherited from System.Attribute)
Public MethodIsDefaultAttributeWhen overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. (Inherited from System.Attribute)
Public MethodMatchWhen overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Inherited from System.Attribute)
See Also