GetUserDefinedFields Method

<< Click to Display Table of Contents >>

Navigation:  CXS.Retail.API Assembly > Namespaces > CXS.Retail.API Namespace > Classes > IntegrationService > Methods >

GetUserDefinedFields Method

iVend Retail 6.6 - Web API Help

GetUserDefinedFields Method

Collapse All Expand All Language Filter: All Language Filter: Multiple Language Filter: Visual Basic Language Filter: Visual Basic (Declaration) Language Filter: Visual Basic (Usage) Language Filter: C# Language Filter: C++/CLI

[TCheckBoxFormControlObj] Visual Basic (Declaration)

[TCheckBoxFormControlObj] Visual Basic (Usage)

[TCheckBoxFormControlObj] C#

[TCheckBoxFormControlObj] C++/CLI

CXS.Retail.API Namespace > IntegrationService Class : GetUserDefinedFields Method

Type of the object.

Name of the table. Required for UDT

Gets the user defined fields.

Syntax

Visual Basic

C#

C++/CLI

'Declaration
Public Function GetUserDefinedFields( _
   ByVal ObjectType As CXS.Retail.UserDefinedObjectType, _
   ByVal tableName As String _
As UserDefinedTableDTO
'Usage
Dim instance As IntegrationService
Dim ObjectType As CXS.Retail.UserDefinedObjectType
Dim tableName As String
Dim value As UserDefinedTableDTO
value = instance.GetUserDefinedFields(ObjectType, tableName)
public UserDefinedTableDTO GetUserDefinedFields(
   CXS.Retail.UserDefinedObjectType ObjectType,
   string tableName
)
public:
UserDefinedTableDTO^ GetUserDefinedFields(
   CXS.Retail.UserDefinedObjectType ObjectType,
   String^ tableName
)

Parameters

ObjectType

Type of the object.

tableName

Name of the table. Required for UDT

Return Value

UserDefinedTableDTO.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IntegrationService Class

IntegrationService Members

Send Feedback