| 
|   | PrimaryKeyTypeConverter () | 
|   | 
| override bool  | GetPropertiesSupported (ITypeDescriptorContext context) | 
|   | 
| override bool  | CanConvertTo (ITypeDescriptorContext context, Type destinationType) | 
|   | 
| override object  | ConvertTo (ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) | 
|   | 
| override bool  | CanConvertFrom (ITypeDescriptorContext? context, Type sourceType) | 
|   | 
| bool  | CanConvertFrom (Type sourceType) | 
|   | 
| override? object  | ConvertFrom (ITypeDescriptorContext? context, CultureInfo? culture, object value) | 
|   | 
| object?  | ConvertFrom (object value) | 
|   | 
| override? object  | ConvertTo (ITypeDescriptorContext? context, CultureInfo? culture, object? value, Type destinationType) | 
|   | 
| object?  | ConvertTo (object? value, Type destinationType) | 
|   | 
| override StandardValuesCollection  | GetStandardValues (ITypeDescriptorContext? context) | 
|   | 
| ICollection?  | GetStandardValues () | 
|   | 
| override bool  | GetStandardValuesExclusive (ITypeDescriptorContext? context) | 
|   | 
| bool  | GetStandardValuesExclusive () | 
|   | 
| override bool  | GetStandardValuesSupported (ITypeDescriptorContext? context) | 
|   | 
| bool  | GetStandardValuesSupported () | 
|   | 
| bool  | CanConvertTo (Type destinationType) | 
|   | 
| virtual bool  | CanConvertTo (ITypeDescriptorContext? context, Type? destinationType) | 
|   | 
| object?  | ConvertFromInvariantString (string text) | 
|   | 
| object?  | ConvertFromInvariantString (ITypeDescriptorContext? context, string text) | 
|   | 
| object?  | ConvertFromString (string text) | 
|   | 
| object?  | ConvertFromString (ITypeDescriptorContext? context, string text) | 
|   | 
| object?  | ConvertFromString (ITypeDescriptorContext? context, CultureInfo? culture, string text) | 
|   | 
| string?  | ConvertToInvariantString (object? value) | 
|   | 
| string?  | ConvertToInvariantString (ITypeDescriptorContext? context, object? value) | 
|   | 
| string?  | ConvertToString (object? value) | 
|   | 
| string?  | ConvertToString (ITypeDescriptorContext? context, object? value) | 
|   | 
| string?  | ConvertToString (ITypeDescriptorContext? context, CultureInfo? culture, object? value) | 
|   | 
| object?  | CreateInstance (IDictionary propertyValues) | 
|   | 
| virtual ? object  | CreateInstance (ITypeDescriptorContext? context, IDictionary propertyValues) | 
|   | 
| bool  | GetCreateInstanceSupported () | 
|   | 
| virtual bool  | GetCreateInstanceSupported (ITypeDescriptorContext? context) | 
|   | 
| PropertyDescriptorCollection?  | GetProperties (object value) | 
|   | 
| PropertyDescriptorCollection?  | GetProperties (ITypeDescriptorContext? context, object value) | 
|   | 
| virtual ? PropertyDescriptorCollection  | GetProperties (ITypeDescriptorContext? context, object value, Attribute[]? attributes) | 
|   | 
| bool  | GetPropertiesSupported () | 
|   | 
| virtual bool  | GetPropertiesSupported (ITypeDescriptorContext? context) | 
|   | 
| bool  | IsValid (object value) | 
|   | 
| virtual bool  | IsValid (ITypeDescriptorContext? context, object value) | 
|   | 
Definition at line 6 of file PrimaryKeyTypeConverter.cs.