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
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
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)
public
object
CreateInstance​(System.​ComponentModel.​ITypeDescriptorContext context,
System.​Collections.​IDictionary propertyValues)
protected
System.​Exception
GetConvertToException​(object value,
System.​Type destinationType)
public
bool
GetCreateInstanceSupported​()
public
bool
GetCreateInstanceSupported​(System.​ComponentModel.​ITypeDescriptorContext context)
GetProperties​(System.​ComponentModel.​ITypeDescriptorContext context,
object value)
GetProperties​(System.​ComponentModel.​ITypeDescriptorContext context,
object value,
System.​Attribute[] attributes)
GetProperties​(object value)
public
bool
GetPropertiesSupported​()
public
bool
GetPropertiesSupported​(System.​ComponentModel.​ITypeDescriptorContext context)
GetStandardValues​()
GetStandardValues​(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)
SortProperties​(System.​ComponentModel.​PropertyDescriptorCollection props,
string[] names)
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