Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Sustainsys.​Saml2.​Configuration.​XsdDurationConverter
Assembly: Sustainsys.Saml2
Inheritance: object → System.ComponentModel.TypeConverter → XsdDurationConverter
Methods
public
bool
CanConvertFrom​(System.ComponentModel.ITypeDescriptorContext context,
System.Type sourceType)
public
object
ConvertFrom​(System.ComponentModel.ITypeDescriptorContext context,
System.Globalization.CultureInfo culture,
object value)
public
bool
CanConvertTo​(System.ComponentModel.ITypeDescriptorContext context,
System.Type destinationType)
public
object
ConvertTo​(System.ComponentModel.ITypeDescriptorContext context,
System.Globalization.CultureInfo culture,
object value,
System.Type destinationType)
public
object
ConvertFromInvariantString​(System.ComponentModel.ITypeDescriptorContext context,
string text)
Inherited from TypeConverter
public
object
ConvertFromString​(System.ComponentModel.ITypeDescriptorContext context,
System.Globalization.CultureInfo culture,
string text)
Inherited from TypeConverter
public
object
ConvertFromString​(System.ComponentModel.ITypeDescriptorContext context,
string text)
Inherited from TypeConverter
public
object
ConvertTo​(object value,
System.Type destinationType)
Inherited from TypeConverter
public
string
ConvertToInvariantString​(System.ComponentModel.ITypeDescriptorContext context,
object value)
Inherited from TypeConverter
public
string
ConvertToString​(System.ComponentModel.ITypeDescriptorContext context,
System.Globalization.CultureInfo culture,
object value)
Inherited from TypeConverter
public
string
ConvertToString​(System.ComponentModel.ITypeDescriptorContext context,
object value)
Inherited from TypeConverter
public
object
CreateInstance​(System.Collections.IDictionary propertyValues)
Inherited from TypeConverter
public
object
CreateInstance​(System.ComponentModel.ITypeDescriptorContext context,
System.Collections.IDictionary propertyValues)
Inherited from TypeConverter
protected
System.​Exception
GetConvertFromException​(object value)
Inherited from TypeConverter
protected
System.​Exception
GetConvertToException​(object value,
System.Type destinationType)
Inherited from TypeConverter
public
bool
GetCreateInstanceSupported​(System.ComponentModel.ITypeDescriptorContext context)
Inherited from TypeConverter
GetProperties​(System.ComponentModel.ITypeDescriptorContext context,
object value)
Inherited from TypeConverter
GetProperties​(System.ComponentModel.ITypeDescriptorContext context,
object value,
System.Attribute[] attributes)
Inherited from TypeConverter
public
bool
GetPropertiesSupported​(System.ComponentModel.ITypeDescriptorContext context)
Inherited from TypeConverter
GetStandardValues​(System.ComponentModel.ITypeDescriptorContext context)
Inherited from TypeConverter
public
bool
GetStandardValuesExclusive​(System.ComponentModel.ITypeDescriptorContext context)
Inherited from TypeConverter
public
bool
GetStandardValuesSupported​(System.ComponentModel.ITypeDescriptorContext context)
Inherited from TypeConverter
public
bool
IsValid​(System.ComponentModel.ITypeDescriptorContext context,
object value)
Inherited from TypeConverter
SortProperties​(System.ComponentModel.PropertyDescriptorCollection props,
string[] names)
Inherited from TypeConverter
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object