Click or drag to resize

FormatParametersAttribute Methods

The FormatParametersAttribute type exposes the following members.

Methods
  NameDescription
Public methodDeserializeFormatSpecificParameters
Creates a dictionary map from the format specific parameters.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFromAttributeValue
Initializes a new instance of the FormatParametersAttribute class.
Protected methodGetAttributeValue
Gets the internal value of the attribute.
(Overrides AttributeGetAttributeValue.)
Public methodGetFormatSpecificParameter
Gets a format specific parameter.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSerializeFormatSpecificParameters
Updates the format specific parameters based on a dictionary map.
Public methodSetFormatSpecificParameter
Sets a format specific parameter.
Public methodToString
Converts this instance to a string.
(Inherited from Attribute.)
Public methodTryGetFormatSpecificParameter
Tries to get a format specific parameter.
Public methodUnsetFormatSpecificParameter
Unsets a format specific parameter.
Top
See Also