ServicePRO SDK Help

IObjectDesignerService..::..EndCheckIfFieldUsedForTypeOrTab Method

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

Syntax


bool EndCheckIfFieldUsedForTypeOrTab(
	ref int Tableid,
	ref int TabId,
	out string MessageString,
	out ObservableCollection<stcMetaDataGroupBatch> retTabs,
	out ObservableCollection<stcMetaDataFieldBatch> retFields,
	out ObservableCollection<stcMetaDataTableXML> retXmlAttachments,
	IAsyncResult result
)
Function EndCheckIfFieldUsedForTypeOrTab ( _
	ByRef Tableid As Integer, _
	ByRef TabId As Integer, _
	<OutAttribute> ByRef MessageString As String, _
	<OutAttribute> ByRef retTabs As ObservableCollection(Of stcMetaDataGroupBatch), _
	<OutAttribute> ByRef retFields As ObservableCollection(Of stcMetaDataFieldBatch), _
	<OutAttribute> ByRef retXmlAttachments As ObservableCollection(Of stcMetaDataTableXML), _
	result As IAsyncResult _
) As Boolean

Parameters

Tableid
Type: Int32%
TabId
Type: Int32%
MessageString
Type: String%
retTabs
Type: ObservableCollection<(Of <(<'stcMetaDataGroupBatch>)>)>%
retFields
Type: ObservableCollection<(Of <(<'stcMetaDataFieldBatch>)>)>%
retXmlAttachments
Type: ObservableCollection<(Of <(<'stcMetaDataTableXML>)>)>%
result
Type: IAsyncResult