Interface INamedModelBase
Interface for models that require a Name property for identification purposes.
Namespace: Telerik.WebReportDesigner.Services.Models
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public interface INamedModelBase
Remarks
Provides a standardized Name property across various models in the WebReportDesigner system, ensuring consistent naming conventions for resources, folders, and other named entities.
Properties
Name
Gets or sets the name of the entity.
Declaration
string Name { get; set; }
Property Value
|
System.String
|
Remarks
Provides a standard identifier property used across different model types for consistent naming and identification throughout the WebReportDesigner system.