Click or drag to resize

FndBoolAttribute Methods

The FndBoolAttribute type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Compare the values of two attributes.
(Overrides FndAttributeCompareTo(FndAttribute).)
Public methodGetAttributeType
Returns the attribute type
(Overrides FndAttribute.GetAttributeType.)
Public methodGetValue
Gets the contained value
Public methodGetValue(Boolean)
Gets the contained value
Public methodGetValueType
Returns the contained value type
(Overrides FndAttribute.GetValueType.)
Public methodParse
Parse string value into this attribute
(Overrides FndAttributeParse(String).)
Public methodSetValue
Sets the Contained value
Public methodTryParse
Parses a string representation of attribute into a bool
(Overrides FndAttributeTryParse(String, Object).)
Top
See Also