Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.MultiStringConv Class

The TimeOfDayConv class is used to convert YetaWF.Core.Models.MultiString instances to/from other types. Intended for internal use only.

Namespace: YetaWF.Core.Models
Assembly: YetaWF.Core

Inheritance

Syntax

public class MultiStringConv : System.ComponentModel.TypeConverter;

Constructors

PublicMultiStringConvConstructor.

Methods

PublicInherited from System.ComponentModel.TypeConverterCanConvertFromReturns whether this converter can convert an object of the given type to the type of this converter, using the specified context.
PublicCanConvertToReturns whether this converter can convert the object to the specified type, using the specified context.
PublicInherited from System.ComponentModel.TypeConverterConvertFromConverts the given object to the type of this converter, using the specified context and culture information.
PublicInherited from System.ComponentModel.TypeConverterConvertFromInvariantStringConverts the given string to the type of this converter, using the invariant culture and the specified context.
PublicInherited from System.ComponentModel.TypeConverterConvertFromStringConverts the given text to an object, using the specified context and culture information.
PublicConvertToConverts the given value object to the specified type, using the specified context and culture information.
PublicInherited from System.ComponentModel.TypeConverterConvertToInvariantStringConverts the specified value to a culture-invariant string representation, using the specified context.
PublicInherited from System.ComponentModel.TypeConverterConvertToStringConverts the given value to a string representation, using the specified context and culture information.
PublicInherited from System.ComponentModel.TypeConverterCreateInstanceRe-creates an Object given a set of property values for the object.
PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
ProtectedInherited from System.ComponentModel.TypeConverterGetConvertFromExceptionReturns an exception to throw when a conversion cannot be performed.
ProtectedInherited from System.ComponentModel.TypeConverterGetConvertToExceptionReturns an exception to throw when a conversion cannot be performed.
PublicInherited from System.ComponentModel.TypeConverterGetCreateInstanceSupportedReturns whether changing a value on this object requires a call to the IDictionary) method to create a new value.
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicInherited from System.ComponentModel.TypeConverterGetPropertiesReturns a collection of properties for the type of array specified by the value parameter, using the specified context.
PublicInherited from System.ComponentModel.TypeConverterGetPropertiesSupportedReturns whether this object supports properties.
PublicInherited from System.ComponentModel.TypeConverterGetStandardValuesReturns a collection of standard values from the default context for the data type this type converter is designed for.
PublicInherited from System.ComponentModel.TypeConverterGetStandardValuesExclusiveReturns whether the collection of standard values returned from GetStandardValues is an exclusive list.
PublicInherited from System.ComponentModel.TypeConverterGetStandardValuesSupportedReturns whether this object supports a standard set of values that can be picked from a list.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
PublicInherited from System.ComponentModel.TypeConverterIsValidReturns whether the given value object is valid for this type and for the specified context.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
ProtectedInherited from System.ComponentModel.TypeConverterSortPropertiesSorts a collection of properties.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.

See Also YetaWF.Core Overview