Converts values to and from a SmartDate. More...
Public Member Functions | |
| override bool | CanConvertFrom (System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) |
| Determines if a value can be converted to a SmartDate. More... | |
| override object | ConvertFrom (System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) |
| Converts values to a SmartDate. More... | |
| override bool | CanConvertTo (System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) |
| Determines if a SmartDate can be convert to a value. More... | |
| override object | ConvertTo (System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) |
| Converts a SmartDate to a value. More... | |
Converts values to and from a SmartDate.
Definition at line 17 of file SmartDateConverter.cs.
| override bool Csla.Core.TypeConverters.SmartDateConverter.CanConvertFrom | ( | System.ComponentModel.ITypeDescriptorContext | context, |
| System.Type | sourceType | ||
| ) |
Determines if a value can be converted to a SmartDate.
| context | |
| sourceType |
Definition at line 27 of file SmartDateConverter.cs.
| override bool Csla.Core.TypeConverters.SmartDateConverter.CanConvertTo | ( | System.ComponentModel.ITypeDescriptorContext | context, |
| System.Type | destinationType | ||
| ) |
Determines if a SmartDate can be convert to a value.
| context | |
| destinationType |
Definition at line 71 of file SmartDateConverter.cs.
| override object Csla.Core.TypeConverters.SmartDateConverter.ConvertFrom | ( | System.ComponentModel.ITypeDescriptorContext | context, |
| System.Globalization.CultureInfo | culture, | ||
| object | value | ||
| ) |
Converts values to a SmartDate.
| context | |
| culture | |
| value |
Definition at line 48 of file SmartDateConverter.cs.
| override object Csla.Core.TypeConverters.SmartDateConverter.ConvertTo | ( | System.ComponentModel.ITypeDescriptorContext | context, |
| System.Globalization.CultureInfo | culture, | ||
| object | value, | ||
| System.Type | destinationType | ||
| ) |
Converts a SmartDate to a value.
| context | |
| culture | |
| value | |
| destinationType |
Definition at line 93 of file SmartDateConverter.cs.