Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the list of properties that apply to the requested built-in entity definition. (Inventory Catalogs, Inventory SKUs, Catalogs, or Properties)
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Function GetEntityProperties ( _
entityType As ExtensibleEntityType _
) As CatalogPropertiesDataSet
'Usage
Dim instance As CatalogContext
Dim entityType As ExtensibleEntityType
Dim returnValue As CatalogPropertiesDataSet
returnValue = instance.GetEntityProperties(entityType)
public CatalogPropertiesDataSet GetEntityProperties(
ExtensibleEntityType entityType
)
public:
CatalogPropertiesDataSet^ GetEntityProperties(
ExtensibleEntityType entityType
)
public function GetEntityProperties(
entityType : ExtensibleEntityType
) : CatalogPropertiesDataSet
Parameters
- entityType
Type: Microsoft.CommerceServer.Catalog..::.ExtensibleEntityType
Entity definition to add the property.
Return Value
Type: Microsoft.CommerceServer.Catalog..::.CatalogPropertiesDataSet
A CatalogPropertiesDataSet containing all the definitions in the catalog system that match the entityType.
Remarks
The entityType is a type of class that can be extended by adding user-defined properties. In the catalog system, the entityType shall be PropertyDefinition, ProductCatalog, InventoryCatalog, or InventorySku.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.