Method | Description | |
---|---|---|
CanConvertFrom ( ITypeDescriptorContext context, |
Override the CanConvertFrom method.
|
|
CanConvertTo ( ITypeDescriptorContext context, |
Override the CanConvertTo method.
|
|
ConvertFrom ( ITypeDescriptorContext context, System culture, object value ) : object |
Override the ConvertFrom method, convert a string type value to a FootPrintRoofLine type value.
|
|
ConvertTo ( ITypeDescriptorContext context, System culture, object value, |
Override the ConvertTo method, convert a FootPrintRoofLine type value to a string type value for displaying in the PropertyGrid.
|
|
GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection |
Override the StandardValuesCollection method for supplying a FootPrintRoofLine list in the PropertyGrid.
|
|
GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool |
Override the GetStandardValuesSupported method for displaying a FootPrintRoofLine list in the PropertyGrid.
|
|
SetStandardValues ( List |
Initialize the FootPrintRoofLines data.
|
public CanConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
sourceType | ||
return | bool |
public CanConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
destinationType | ||
return | bool |
public ConvertFrom ( ITypeDescriptorContext context, System culture, object value ) : object | ||
context | ITypeDescriptorContext | |
culture | System | |
value | object | |
return | object |
public ConvertTo ( ITypeDescriptorContext context, System culture, object value, |
||
context | ITypeDescriptorContext | |
culture | System | |
value | object | |
destinationType | ||
return | object |
public GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection | ||
context | ITypeDescriptorContext | |
return | StandardValuesCollection |
public GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool | ||
context | ITypeDescriptorContext | |
return | bool |
public static SetStandardValues ( List |
||
footPrintRoofLines | List |
|
return | void |