Share via


EntityAttribute Class

Definition

Indicates that a class represents an ActionEntity.

[System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.Property, Inherited=false)]
[System.Runtime.CompilerServices.Nullable(0)]
public class EntityAttribute : Attribute
function EntityAttribute()
Public Class EntityAttribute
Inherits Attribute
Inheritance
EntityAttribute
Attributes

Constructors

EntityAttribute()

Initializes a new instance of the EntityAttribute class.

Properties

Kind

Gets or initializes a value specifying what kind of entity the ActionEntity is.

Name

Gets or initializes the name of the action entity.

Applies to