Class CustomizationItemRequestHandler

Represents Customization Item Request Handler.

Inheritance
System.Object
CustomizationItemRequestHandler
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Customization
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class CustomizationItemRequestHandler : EntityObjectDefaultRequestHandler, IRequestHandler

Constructors

CustomizationItemRequestHandler()

Initializes a new instance of the CustomizationItemRequestHandler class.

Declaration
public CustomizationItemRequestHandler()

Methods

CreateEntityObject(String, Nullable<PrimaryKeyId>)

Creates the entity object.

Declaration
protected override EntityObject CreateEntityObject(string metaClassName, PrimaryKeyId? primaryKeyId)
Parameters
Type Name Description
System.String metaClassName

Name of the meta class.

System.Nullable<PrimaryKeyId> primaryKeyId

The primary key id.

Returns
Type Description
EntityObject
Overrides

Implements