VeriStand .NET API Reference

PropertyUIDisplayAttribute Members

The PropertyUIDisplayAttribute type exposes the following members.

NameDescription
PropertyUIDisplayAttribute Initializes a new instance of the PropertyUIDisplayAttribute class with the specified identifier class.

Methods

NameDescription
EqualsReturns a value that indicates whether this instance is equal to a specified object. (Inherited from Attribute.)
FinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
GetHashCodeReturns the hash code for this instance. (Inherited from Attribute.)
GetTypeGets the Type of the current instance. (Inherited from Object.)
IsDefaultAttributeWhen overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. (Inherited from Attribute.)
MatchWhen overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Inherited from Attribute.)
MemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
ToStringReturns a String that represents the current Object. (Inherited from Object.)

Properties

NameDescription
DottedProperty Gets or sets the dotted property. A dotted property allows you to access properties of the object returned by a calling property. For example, if a property with the attribute (Foo) returns an object with a property Bar, specifying Bar as the dotted property specifies to access Foo.Bar in place of Foo.
Identifier Gets the identifier, or name, for the property.
TypeIdWhen implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.)

See Also

Log in to get a better experience