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.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Adds values for the enumeration property.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public NotInheritable Class CatalogEnumerationProperty _
Inherits CatalogProperty
'Usage
Dim instance As CatalogEnumerationProperty
public sealed class CatalogEnumerationProperty : CatalogProperty
public ref class CatalogEnumerationProperty sealed : public CatalogProperty
public final class CatalogEnumerationProperty extends CatalogProperty
Remarks
The language should be specified only if the property is language sensitive. You can also assign a rank to each of the enumeration values.
For example:
Infinitesimal small might have a rank of -1.
Small might have a rank of 0.
Big might have a rank of 1.
Large might have a rank of 2.
Extra Large might have a rank of 3.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Catalog..::.CatalogObjectBase
Microsoft.CommerceServer.Catalog..::.CatalogObject
Microsoft.CommerceServer.Catalog..::.CatalogProperty
Microsoft.CommerceServer.Catalog..::.CatalogEnumerationProperty
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.