Class
ResourceModelBase

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:

cs-api-definition
public abstract class ResourceModelBase

Inheritance: objectResourceModelBase

Derived Classes: ResourceFileModelResourceFolderModel

Constructors

ResourceModelBase()

Declaration

cs-api-definition
protected ResourceModelBase()

Properties

CreatedOn

Gets or sets the creation timestamp of the resource.

Declaration

cs-api-definition
public DateTime CreatedOn { get; set; }

Property Value

DateTime

Remarks

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

ModifiedOn

Gets or sets the last modification timestamp of the resource.

Declaration

cs-api-definition
public DateTime ModifiedOn { get; set; }

Property Value

DateTime

Remarks

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

Uri

Gets or sets the unique resource identifier (URI).

Declaration

cs-api-definition
public string Uri { get; set; }

Property Value

string

Remarks

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