SaaS CMS has officially launched! Learn more now.

Class CustomPageEntity

Inheritance
System.Object
CustomPageEntity
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 CustomPageEntity : EntityObject

Constructors

CustomPageEntity()

Declaration
public CustomPageEntity()

CustomPageEntity(PrimaryKeyId)

Declaration
public CustomPageEntity(PrimaryKeyId primaryKeyId)
Parameters
Type Name Description
PrimaryKeyId primaryKeyId

CustomPageEntity(String)

Declaration
public CustomPageEntity(string metaClassName)
Parameters
Type Name Description
System.String metaClassName

CustomPageEntity(String, PrimaryKeyId)

Declaration
public CustomPageEntity(string metaClassName, PrimaryKeyId primaryKeyId)
Parameters
Type Name Description
System.String metaClassName
PrimaryKeyId primaryKeyId

Fields

ClassName

Declaration
public const string ClassName = "CustomPage"
Field Value
Type Description
System.String

FieldCreated

Declaration
public const string FieldCreated = "Created"
Field Value
Type Description
System.String

FieldCreatorId

Declaration
public const string FieldCreatorId = "CreatorId"
Field Value
Type Description
System.String

FieldDescription

Declaration
public const string FieldDescription = "Description"
Field Value
Type Description
System.String

FieldJsonData

Declaration
public const string FieldJsonData = "JsonData"
Field Value
Type Description
System.String

FieldModified

Declaration
public const string FieldModified = "Modified"
Field Value
Type Description
System.String

FieldModifierId

Declaration
public const string FieldModifierId = "ModifierId"
Field Value
Type Description
System.String

FieldPropertyJsonData

Declaration
public const string FieldPropertyJsonData = "PropertyJsonData"
Field Value
Type Description
System.String

FieldTemplateId

Declaration
public const string FieldTemplateId = "TemplateId"
Field Value
Type Description
System.String

FieldTitle

Declaration
public const string FieldTitle = "Title"
Field Value
Type Description
System.String

FieldUid

Declaration
public const string FieldUid = "Uid"
Field Value
Type Description
System.String

FieldUserId

Declaration
public const string FieldUserId = "UserId"
Field Value
Type Description
System.String

PrimaryKeyName

Declaration
public const string PrimaryKeyName = "PrimaryKeyId"
Field Value
Type Description
System.String

Properties

Created

Declaration
public DateTime Created { get; set; }
Property Value
Type Description
System.DateTime

CreatorId

Declaration
public Guid CreatorId { get; set; }
Property Value
Type Description
System.Guid

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

ExtendedProperties

Declaration
public EntityObjectProperty[] ExtendedProperties { get; set; }
Property Value
Type Description
EntityObjectProperty[]

JsonData

Declaration
public string JsonData { get; set; }
Property Value
Type Description
System.String

Modified

Declaration
public DateTime Modified { get; set; }
Property Value
Type Description
System.DateTime

ModifierId

Declaration
public Guid ModifierId { get; set; }
Property Value
Type Description
System.Guid

PropertyJsonData

Declaration
public string PropertyJsonData { get; set; }
Property Value
Type Description
System.String

TemplateId

Declaration
public Guid TemplateId { get; set; }
Property Value
Type Description
System.Guid

Title

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String

Uid

Declaration
public Guid Uid { get; set; }
Property Value
Type Description
System.Guid

UserId

Declaration
public Guid? UserId { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

Methods

InitializeProperties()

Declaration
protected void InitializeProperties()