Class RenameResourceModel
The model containing the rename resource data
Inheritance
System.Object
RenameResourceModel
Namespace: Telerik.WebReportDesigner.Services.Models
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public class RenameResourceModel : INamedModelBase
Constructors
RenameResourceModel()
Declaration
public RenameResourceModel()
Properties
Name
Gets or sets the resource name
Declaration
public string Name { get; set; }
Property Value
System.String
|
Implements
OldUri
Gets or sets the unique resource identifier (URI)
Declaration
public string OldUri { get; set; }
Property Value
System.String
|