EntityAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |