A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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: 13.30.0
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