New to Telerik ReportingStart a free 30-day trial

Abstract base class providing common properties for all resource models in the WebReportDesigner system.

Definition

Namespace:Telerik.WebReportDesigner.Services.Models

Assembly:Telerik.WebReportDesigner.Services.dll

Syntax:

C#
public abstract class ResourceModelBase

Inheritance: objectResourceModelBase

Derived Classes: ResourceFileModelResourceFolderModel

Constructors

C#
protected ResourceModelBase()

Properties

CreatedOn

DateTime

Gets or sets the creation timestamp of the resource.

C#
public DateTime CreatedOn { get; set; }
Remarks:

Records when the resource was initially created, used for metadata tracking and resource management in the storage system.

ModifiedOn

DateTime

Gets or sets the last modification timestamp of the resource.

C#
public DateTime ModifiedOn { get; set; }
Remarks:

Tracks the most recent modification time, enabling change detection and synchronization capabilities in the WebReportDesigner system.

Uri

string

Gets or sets the unique resource identifier (URI).

C#
public string Uri { get; set; }
Remarks:

Provides the primary identifier for the resource within the WebReportDesigner storage system, used for referencing and accessing the resource across operations.