ServicePRO SDK Help

ObjectDesignerServiceClient..::..EndGetUDFDetails Method

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

Syntax


public List<stcMetaDataTableXML> EndGetUDFDetails(
	out IEnumerable<Dictionary<string, Object>> _userFieldTableValue,
	out Dictionary<int, long> typeMaskViewable,
	out Dictionary<int, long> typeMaskUpdateable,
	out stcListItem objectValue,
	IAsyncResult result
)
Public Function EndGetUDFDetails ( _
	<OutAttribute> ByRef _userFieldTableValue As IEnumerable(Of Dictionary(Of String, Object)), _
	<OutAttribute> ByRef typeMaskViewable As Dictionary(Of Integer, Long), _
	<OutAttribute> ByRef typeMaskUpdateable As Dictionary(Of Integer, Long), _
	<OutAttribute> ByRef objectValue As stcListItem, _
	result As IAsyncResult _
) As List(Of stcMetaDataTableXML)

Parameters

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