The FilteredPropertyType type exposes the following members.

ToggleMethods

Type NameDescription
Public methodEquals (Overrides Object..::.Equals(Object).)
Protected methodFinalize
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 methodGetHashCode (Overrides Object..::.GetHashCode()()().)
Public methodStatic memberGetInstanceFromString
Returns an instance of this class using its associated String value.
Public methodGetIntValue
Returns an int value associated with a specific instance of this class. Each constant has an associated integer value, which is only useful for use in a switch() construct. For simple comparisons, call Equals() or use "==".
Public methodGetObjectData
This method is exposed to satisfy the ISerializable interface.
Public methodGetStringValue
Returns a String value associated with a specific instance of this class.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Returns a String value associated with a specific instance of this class.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides Object..::.ToString()()().)

ToggleSee Also