Show / Hide Table of Contents

Class DataIntentAttribute

Inheritance
System.Object
DataIntentAttribute
Implements
IDataIntentAttribute
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class DataIntentAttribute : Attribute, IDataIntentAttribute

Constructors

DataIntentAttribute(String)

Declaration
public DataIntentAttribute(string intent)
Parameters
Type Name Description
System.String intent

Properties

Intent

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

Implements

IDataIntentAttribute