Property | Type | Description | |
---|---|---|---|
Create | |||
DoValidate | bool | ||
Export | void | ||
Export2 | void | ||
GetExportName | string | ||
GetInnerXml | string | ||
Import | void | ||
Import | void | ||
ParseImportName | string | ||
Save | void | ||
SetDefaultValue | void | ||
Validate | bool |
Method | Description | |
---|---|---|
GetData ( ) : object |
Returns object data which is a transfer object.
|
|
GetIndexFieldInfos ( string &textExtract ) : IEnumerable |
||
GetValidationMessage ( ) : string | ||
HasValue ( ) : bool | ||
Parse ( string value ) : bool | ||
SetData ( object value ) : void |
Sets object data which is a transfer object.
|
|
WriteXml ( |
Method | Description | |
---|---|---|
ConvertFrom ( object value ) : object[] |
Creates
|
|
ConvertTo ( object handlerValues ) : object |
Creates a transfer object from
|
|
ExportData ( |
||
ExportData2 ( |
||
ExportNotImplementedException ( ) : |
||
ExportNotImplementedException ( object notImplementedValue ) : |
||
Field ( ) : System | ||
GetHandlerSlot ( int slotIndex ) : |
Gets the type of the slot. A slot type may represent numeros CLR types in compile time. In runtime, however a single type from the previously defined enumeration is assigned to this slot. This function returns this type in runtime. |
|
GetXmlData ( ) : string | ||
ImportData ( |
For Powershell provider
|
|
ImportData ( |
For old-way-import
|
|
InvalidImportDataException ( string message ) : |
||
InvalidImportDataException ( string message, |
||
OnSaveCompleted ( ) : void | ||
ParseValue ( string value ) : bool | ||
ReadProperties ( ) : object | ||
ReadProperty ( string propertyName ) : object | ||
WriteProperties ( object value ) : void | ||
WriteProperty ( string propertyName, object value ) : void | ||
WriteXmlData ( |
Method | Description | |
---|---|---|
Create ( Content content, FieldSetting fieldSetting ) : |
||
DoValidate ( ) : bool | ||
Export ( |
||
Export2 ( |
||
GetExportName ( string fieldName, FieldSubType &subType ) : string | ||
GetInnerXml ( ) : string | ||
Import ( |
For Powershell provider
|
|
Import ( |
For old-way-import
|
|
ParseImportName ( string importName, FieldSubType subType ) : string | ||
Save ( bool validOnly ) : void | ||
SetDefaultValue ( ) : void | ||
Validate ( ) : bool |
protected ConvertFrom ( object value ) : object[] | ||
value | object | |
return | object[] |
protected ConvertTo ( object handlerValues ) : object | ||
handlerValues | object | |
return | object |
protected ExportData ( |
||
writer | ||
context | ||
return | void |
protected ExportData2 ( |
||
writer | ||
context | ||
return | void |
protected ExportNotImplementedException ( ) : |
||
return |
protected ExportNotImplementedException ( object notImplementedValue ) : |
||
notImplementedValue | object | |
return |
protected GetHandlerSlot ( int slotIndex ) : |
||
slotIndex | int | Index of the slot of which the type is needed |
return |
public GetIndexFieldInfos ( string &textExtract ) : IEnumerable |
||
textExtract | string | |
return | IEnumerable |
protected ImportData ( |
||
fieldNode | ||
return | void |
protected abstract ImportData ( |
||
fieldNode | ||
context | ||
return | void |
protected InvalidImportDataException ( string message ) : |
||
message | string | |
return |
protected InvalidImportDataException ( string message, |
||
message | string | |
innerException | ||
return |
protected ReadProperty ( string propertyName ) : object | ||
propertyName | string | |
return | object |
protected WriteProperties ( object value ) : void | ||
value | object | |
return | void |
protected WriteProperty ( string propertyName, object value ) : void | ||
propertyName | string | |
value | object | |
return | void |
public WriteXml ( |
||
writer | ||
return | void |
protected WriteXmlData ( |
||
writer | ||
return | void |