ServicePRO SDK Help

IObjectDesignerService..::..EndGetUDFXML Method

Namespace:  ServicePRO.Sdk.Windows.Definitions
Assembly:  ServicePRO.Sdk.Windows (in ServicePRO.Sdk.Windows.dll)

Syntax


List<stcMetaDataTableXML> EndGetUDFXML(
	out IEnumerable<Dictionary<string, Object>> _userFieldTableValue,
	out stcTblTemplateAll udfTemplateParameter,
	out Dictionary<int, long> typeMaskViewable,
	out Dictionary<int, long> typeMaskUpdateable,
	IAsyncResult result
)
Function EndGetUDFXML ( _
	<OutAttribute> ByRef _userFieldTableValue As IEnumerable(Of Dictionary(Of String, Object)), _
	<OutAttribute> ByRef udfTemplateParameter As stcTblTemplateAll, _
	<OutAttribute> ByRef typeMaskViewable As Dictionary(Of Integer, Long), _
	<OutAttribute> ByRef typeMaskUpdateable As Dictionary(Of Integer, Long), _
	result As IAsyncResult _
) As List(Of stcMetaDataTableXML)

Parameters

_userFieldTableValue
Type: IEnumerable<(Of <(<'Dictionary<(Of <(<'String, Object>)>)>>)>)>%
udfTemplateParameter
Type: HelpSTAR.PCL.Common..::..stcTblTemplateAll%
typeMaskViewable
Type: Dictionary<(Of <(<'Int32, Int64>)>)>%
typeMaskUpdateable
Type: Dictionary<(Of <(<'Int32, Int64>)>)>%
result
Type: IAsyncResult