InterfaceINamedModelBase
Interface
Interface for models that require a Name property for identification purposes.
Definition
Namespace:Telerik.WebReportDesigner.Services.Models
Assembly:Telerik.WebReportDesigner.Services.dll
Syntax:
cs-api-definition
public interface INamedModelBase
Properties
Name
Gets or sets the name of the entity.
Declaration
cs-api-definition
string Name { get; set; }
Property Value
string
Remarks
Provides a standard identifier property used across different model types for consistent naming and identification throughout the WebReportDesigner system.