CustomContentDto Class

The help page model

Definition

Namespace: MobileTrack.Common.Models.CustomPageEditor
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
public sealed class CustomContentDto : ICloneable<CustomContentDto>, 
	IModifiedStats, ICreatedStats
Inheritance
Object    CustomContentDto
Implements
ICloneableCustomContentDto, ICreatedStats, IModifiedStats

Constructors

CustomContentDto internal constructor for serialization. Do not use; For creating a new instance, use ModelFactory methods instead.

Properties

Contributors List of contributors
CreatedAt When this object was created.
CreatedBy The AccountDto user who created this business object.
HtmlSections Sections for html content
LastModifiedAt When this object was last modified
LastModifiedBy The AccountDto user that last modified this business object

Methods

Clone Clones the current instance of the object.

Extension Methods

IsCustomPageContentValid Checks whether the CustomContentDto object is properly filled in.
(Defined by ModelValidatorsExtensions)
IsModifiedStatsValid Checks whether the model is properly filled in.
(Defined by ModelValidatorsExtensions)
SetModifiedNow Change modified by stats to DateTime.UtcNow
(Defined by ModelGenericModifiers)

See Also