HelpContentDto Class

The help page model

Definition

Namespace: MobileTrack.Common.Models.HelpEditor
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public sealed class HelpContentDto : ICloneable<HelpContentDto>, 
	IModifiedStats, ICreatedStats
Inheritance
Object    HelpContentDto
Implements
ICloneableHelpContentDto, ICreatedStats, IModifiedStats

Constructors

HelpContentDto 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 HtmlSections 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

IsHelpContentValid Checks whether the HelpContentDto 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