The SRCategoryAttribute type exposes the following members.

Constructors

  Name Description
Public method SRCategoryAttribute
Initializes a new instance of the SRCategoryAttribute class

Methods

  Name Description
Public method Equals
Returns whether the value of the given object is equal to the current CategoryAttribute..
(Inherited from CategoryAttribute.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Returns the hash code for this attribute.
(Inherited from CategoryAttribute.)
Protected method GetLocalizedString (Overrides CategoryAttribute..::..GetLocalizedString(String).)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IsDefaultAttribute
Determines if this attribute is the default.
(Inherited from CategoryAttribute.)
Public method Match
When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
(Inherited from Attribute.)
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.)

Extension Methods

  Name Description
Public Extension Method IsNullOrDBNull
Inidicates whether the specified Object is null or DBNull.
(Defined by ObjectExtensions.)

Properties

  Name Description
Public property Category
Gets the name of the category for the property or event that this attribute is applied to.
(Inherited from CategoryAttribute.)
Public property TypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.)

See Also