EntityAssignment 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.
Possible assignment of entities to operation, property and value.
public class EntityAssignment
type EntityAssignment = class
Public Class EntityAssignment
- Inheritance
-
EntityAssignment
Constructors
EntityAssignment() |
Properties
Alternative |
Gets or sets an alternative assignment. |
Alternatives |
Gets the alternative entity assignments. |
Event |
Gets or sets event name. |
ExpectedProperties |
Gets or sets the expected properties when assignment was made. |
IsExpected |
Gets or sets a value indicating whether this entity was in ExpectedProperties. |
Operation |
Gets or sets operation to apply to property and value. |
Property |
Gets or sets property. |
RaisedCount |
Gets or sets the number of times event has been raised. |
Value |
Gets or sets recognized entity value. |
Methods
AddAlternatives(IEnumerable<EntityAssignment>) |
Add alternatives to a single assignment. |
ToString() |
Returns a string that represents the current object. |