Version: 2017.1

ProductDefinitionConstructor

매뉴얼로 전환
public ProductDefinition (string id, string storeSpecificId, Purchasing.ProductType type);

파라미터

id Store-independent ID.
storeSpecificId Store-specific ID.
type Product type.

설명

Create a ProductDefinition with different Store-independent ID and Store-specific ID. Use this when you need to two IDs to be different.


public ProductDefinition (string id, Purchasing.ProductType type);

파라미터

id Store-independent ID and store-specific ID.
type Product type.

설명

Create a ProductDefinition where the Store-independent ID is the same as the store-specific ID. Use this when you don't need the two IDs to be different.