ExternalEntity 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.
Defines a user predicted entity that extends an already existing one.
public class ExternalEntity
type ExternalEntity = class
Public Class ExternalEntity
- Inheritance
-
ExternalEntity
Constructors
ExternalEntity() |
Initializes a new instance of the ExternalEntity class. |
ExternalEntity(String, Int32, Int32, Object) |
Initializes a new instance of the ExternalEntity class. |
Properties
Entity |
Gets or sets the name of the entity to extend. |
Length |
Gets or sets the length of the predicted entity. |
Resolution |
Gets or sets a user supplied custom resolution to return as the entity's prediction. |
Start |
Gets or sets the start character index of the predicted entity. |
Methods
Validate() |
Validate the object. |