Class CustomPageRequestHandler
Represents custom page request handler.
Inheritance
System.Object
CustomPageRequestHandler
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.0Syntax
public class CustomPageRequestHandler : EntityObjectDefaultRequestHandler, IRequestHandler
Constructors
CustomPageRequestHandler()
Initializes a new instance of the CustomizationItemArgumentRequestHandler class.
Declaration
public CustomPageRequestHandler()
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
Load(BusinessContext)
Declaration
protected override void Load(BusinessContext context)
Parameters
Type | Name | Description |
---|---|---|
BusinessContext | context |