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)
public bool
CanConvertTo​(System.​Type destinationType)
public object
ConvertFrom​(object value)
public object
ConvertFromInvariantString​(System.​ComponentModel.​ITypeDescriptorContext context, string text)
public object
ConvertFromInvariantString​(string text)
public object
ConvertFromString​(System.​ComponentModel.​ITypeDescriptorContext context, System.​Globalization.​CultureInfo culture, string text)
public object
ConvertFromString​(System.​ComponentModel.​ITypeDescriptorContext context, string text)
public object
ConvertFromString​(string text)
public object
ConvertTo​(object value, System.​Type destinationType)
public string
ConvertToInvariantString​(System.​ComponentModel.​ITypeDescriptorContext context, object value)
public string
ConvertToInvariantString​(object value)
public string
ConvertToString​(System.​ComponentModel.​ITypeDescriptorContext context, System.​Globalization.​CultureInfo culture, object value)
public string
ConvertToString​(System.​ComponentModel.​ITypeDescriptorContext context, object value)
public string
ConvertToString​(object value)
public object
CreateInstance​(System.​Collections.​IDictionary propertyValues)
GetConvertFromException​(object value)
GetConvertToException​(object value, System.​Type destinationType)
public bool
GetCreateInstanceSupported​()
public bool
GetCreateInstanceSupported​(System.​ComponentModel.​ITypeDescriptorContext context)
public bool
GetPropertiesSupported​()
public bool
GetPropertiesSupported​(System.​ComponentModel.​ITypeDescriptorContext context)
public bool
GetStandardValuesExclusive​()
public bool
GetStandardValuesExclusive​(System.​ComponentModel.​ITypeDescriptorContext context)
public bool
GetStandardValuesSupported​()
public bool
GetStandardValuesSupported​(System.​ComponentModel.​ITypeDescriptorContext context)
public bool
IsValid​(System.​ComponentModel.​ITypeDescriptorContext context, object value)
public bool
IsValid​(object value)
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