Show / Hide Table of Contents

Interface IProperty

Base interface for property.

Namespace: CCMS.BL.Services.EditorConfig.Properties.Base
Assembly: CCMS.BL.dll
Syntax
public interface IProperty : ISingleton<IProperty>

Properties

Description

User-friendly description of property that will be shown in properties page.

Declaration
string Description { get; }
Property Value
Type Description
System.String

Name

Unique property name.

Declaration
string Name { get; }
Property Value
Type Description
System.String

Extension Methods

PropertyExtensions.ToName<T>(T)
In This Article
Back to top Generated by DocFX