ObjectType Property

<< Click to Display Table of Contents >>

Navigation:  CXS.Retail.DTO Assembly > Namespaces > CXS.Retail.DTO Namespace > Classes > RegisteredApplicationEventsDTO > Properties >

ObjectType Property

iVend Retail 6.6 - Web API Help

ObjectType Property

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.DTO Namespace > RegisteredApplicationEventsDTO Class : ObjectType Property

Gets or sets the RegisteredApplicationEventType

Syntax

Visual Basic

C#

C++/CLI

'Declaration
<DataMemberAttribute(Order=1, IsRequired=True)>
Public Property ObjectType As CXS.SubSystem.Core.RegisteredApplicationEventType
'Usage
Dim instance As RegisteredApplicationEventsDTO
Dim value As CXS.SubSystem.Core.RegisteredApplicationEventType
instance.ObjectType = value
value = instance.ObjectType
[DataMember(Order=1, IsRequired=true)]
public CXS.SubSystem.Core.RegisteredApplicationEventType ObjectType {getset;}
[DataMember(Order=1, IsRequired=true)]
public:
property CXS.SubSystem.Core.RegisteredApplicationEventType ObjectType {
   CXS.SubSystem.Core.RegisteredApplicationEventType get();
   void set (    CXS.SubSystem.Core.RegisteredApplicationEventType value);
}

Property Value

RegisteredApplicationEventType ObjectType values

CfgBarCodeMask = 3

CfgCountry = 7

CfgEnterprise = 8

CfgReasonCode = 9

CfgSaleAttribute = 10

CfgShippingType = 11

CfgState = 13

CusCustomer = 20

CusCustomerCatalog = 21

CusCustomerGroup = 24

FulFulfillmentPlan = 28

InvAlternateProduct = 31

InvAssemblyComponent = 32

InvGoodReceipt = 34

InvInventoryTransaction = 39

InvKitComponent = 44

InvManufacturer = 45

InvProduct = 46

InvProductCategory = 48

InvProductGroup = 50

InvProductImages = 51

InvStockTransfer = 53

InvUPCTranslation = 59

InvWarehouse = 61

LbrUser = 68

PmtCurrency = 71

PmtExchangeRate = 73

PmtLayawayPlan = 74

PmtPaymentType = 77

PrcPriceList = 80

PrcSurcharge = 89

ProCoupon = 94

PurPurchaseOrder = 97

PurVendor = 99

PurVendorCatalog = 100

RtlPOS = 108

RtlRetailProfile = 113

RtlStore = 114

SecSecurityUser = 124

TaxTaxCode = 127

TrxTransaction = 143

InvProductBuildBreak = 167

TilVariance = 176

RtlExpense = 181

PmtGiftCertificate = 195

InvGoodsReturn = 201

CfgLineAttribute = 205

InvStockTransferRequest = 215

RtlPOSDocumentNumberSeries = 251

InvUOM = 265

InvUOMGroup = 266

PrcUOMPriceMatrix = 270

InvProductCost = 274

TrxDeliveryPackage = 307

CfgLoyaltyConfig = 328

LoyLoyaltyCardInformation = 338

PurVendorGroup = 364

CusCustomerDiscountGroup = 377

CusCustomerPriceGroup = 378

PrcProductDiscountGroup = 379

PrcDiscountGroup = 380

InvLocation = 386

RtlSubsidiary = 387

InvLocationStockTransfer = 389

InvDynamicAssemblyComponent = 423

CfgUserDefinedTable = 5003

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

RegisteredApplicationEventsDTO Class

RegisteredApplicationEventsDTO Members

Send Feedback