SaaS CMS has officially launched! Learn more now.

Class CustomizationItemArgumentRequestHandler

Represents CustomizationItemArgument request handler.

Inheritance
System.Object
CustomizationItemArgumentRequestHandler
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: 11.8.3
Syntax
public class CustomizationItemArgumentRequestHandler : EntityObjectDefaultRequestHandler, IRequestHandler

Constructors

CustomizationItemArgumentRequestHandler()

Initializes a new instance of the CustomizationItemArgumentRequestHandler class.

Declaration
public CustomizationItemArgumentRequestHandler()

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