Class ResourceModelBase
The base class for resources
Inheritance
System.Object
ResourceModelBase
Namespace: Telerik.WebReportDesigner.Services.Models
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public abstract class ResourceModelBase
Constructors
ResourceModelBase()
Declaration
protected ResourceModelBase()
Properties
CreatedOn
Gets or sets the DateTime for when the resource was initially created
Declaration
public DateTime CreatedOn { get; set; }
Property Value
System.DateTime
|
ModifiedOn
Gets or sets the DateTime for when the resource was last modified
Declaration
public DateTime ModifiedOn { get; set; }
Property Value
System.DateTime
|
Uri
The unique resource identifier (URI).
Declaration
public string Uri { get; set; }
Property Value
System.String
|