System.Web.UI.WebControls.WebParts.PersonalizableAttribute: Method Members

The methods of System.Web.UI.WebControls.WebParts.PersonalizableAttribute are listed below. For a list of all members, see the PersonalizableAttribute Members list.

See Also: Inherited members from System.Attribute

Public Methods

override
Equals(object) : bool

When overridden, returns a Boolean evaluation of the current instance of System.Web.UI.WebControls.WebParts.PersonalizableAttribute and another System.Web.UI.WebControls.WebParts.PersonalizableAttribute instance supplied as a parameter.

override
GetHashCode() : int

When overridden, returns a hash code of the attribute.

static
GetPersonalizableProperties(Type) : ICollection

Returns a collection of System.Reflection.PropertyInfo objects for the properties that match the parameter type and are marked as personalizable.

override
IsDefaultAttribute() : bool

When overridden, returns a value that indicates whether the attribute instance equals the value of the static PersonalizableAttribute.Default field.

override
Match(object) : bool

Returns a value that indicates whether the current instance of System.Web.UI.WebControls.WebParts.PersonalizableAttribute and the specified System.Web.UI.WebControls.WebParts.PersonalizableAttribute have the same PersonalizableAttribute.IsPersonalizable property value.