This documentation is archived and is not being maintained.

SkinIDTypeConverter Methods

The SkinIDTypeConverter type exposes the following members.

  NameDescription
Public method CanConvertFrom Overloaded. Retrieves a value indicating whether the converter can convert an object to a string.
Public method CanConvertTo Overloaded. Returns a value indicating whether this converter can convert a SkinID object to a string.
Public method ConvertFrom Overloaded. Converts the given string to a SkinID object.
Public method ConvertFromInvariantString Overloaded. Converts the value to a type of this converter, using the invariant culture.
Public method ConvertFromString Overloaded. Converts the specified text to an object.
Public method ConvertTo Overloaded. Converts the given SkinID object to a string.
Public method ConvertToInvariantString Overloaded. Converts the specified value to a culture-invariant string representation.
Public method ConvertToString Overloaded. Converts the specified value to a string representation.
Public method CreateInstance Overloaded. Re-creates an Object given a set of property values for the object.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Protected method GetConvertFromException Returns an exception to throw when a conversion cannot be performed. (Inherited from TypeConverter.)
Protected method GetConvertToException Returns an exception to throw when a conversion cannot be performed. (Inherited from TypeConverter.)
Public method GetCreateInstanceSupported Overloaded. Returns whether changing a value on this object requires a call to the CreateInstance method to create a new value.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetProperties Overloaded. Returns a collection of properties for the type of array specified by the value parameter.
Public method GetPropertiesSupported Overloaded. Returns whether this object supports properties.
Public method GetStandardValues Overloaded. Returns a set of SkinID objects that can be applied to the control being designed.
Public method GetStandardValuesExclusive Overloaded. Returns whether the collection of standard values returned from GetStandardValues is an exclusive list.
Public method GetStandardValuesSupported Overloaded. Indicates whether a theme is currently applied to the page.
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Public method IsValid Overloaded. Returns whether the given value object is valid for this type.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method SortProperties Sorts a collection of properties. (Inherited from TypeConverter.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top
Show: