Entity 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.
Metadata object pertaining to an activity.
public class Entity
type Entity = class
Public Class Entity
- Inheritance
-
Entity
- Derived
Constructors
Entity() |
Initializes a new instance of the Entity class. |
Entity(String) |
Initializes a new instance of the Entity class. |
Properties
Properties |
Gets or sets properties that are not otherwise defined by the Entity type but that might appear in the REST JSON object. |
Type |
Gets or sets type of this entity (RFC 3987 IRI). |
Methods
Equals(Entity) |
Indicates whether the current object is equal to another object of the same type. |
Equals(Object) |
Determines whether the specifid object is equal to the current object. |
GetAs<T>() |
Retrieve internal payload. |
GetHashCode() |
Hash function that generates a hash code for the current object. |
SetAs<T>(T) |
Set internal payload. |