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 bool
CanConvertFrom​(System.Type sourceType)
Inherited from TypeConverter
public bool
CanConvertTo​(System.Type destinationType)
Inherited from TypeConverter
public object
ConvertFrom​(object value)
Inherited from TypeConverter
public object
ConvertFromInvariantString​(System.ComponentModel.ITypeDescriptorContext context, string text)
Inherited from TypeConverter
public object
ConvertFromInvariantString​(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
ConvertFromString​(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
ConvertToInvariantString​(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 string
ConvertToString​(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
GetConvertFromException​(object value)
Inherited from TypeConverter
GetConvertToException​(object value, System.Type destinationType)
Inherited from TypeConverter
public bool
GetCreateInstanceSupported​()
Inherited from TypeConverter
public bool
GetCreateInstanceSupported​(System.ComponentModel.ITypeDescriptorContext context)
Inherited from TypeConverter
GetProperties​(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)
Inherited from TypeConverter
GetProperties​(object value)
Inherited from TypeConverter
public bool
GetPropertiesSupported​()
Inherited from TypeConverter
public bool
GetPropertiesSupported​(System.ComponentModel.ITypeDescriptorContext context)
Inherited from TypeConverter
GetStandardValues​()
Inherited from TypeConverter
public bool
GetStandardValuesExclusive​()
Inherited from TypeConverter
public bool
GetStandardValuesExclusive​(System.ComponentModel.ITypeDescriptorContext context)
Inherited from TypeConverter
public bool
GetStandardValuesSupported​()
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
public bool
IsValid​(object value)
Inherited from TypeConverter
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object