[This is preliminary documentation and is subject to change.]
The Rule..::..Condition type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Add(Rule..::..Condition..::..ConditionTuple) |
Adds a world object and its ON/OFF specification (in the form of a Rule..::..Condition..::..ConditionTuple) to the condition
|
![]() |
Add(Guid, Boolean) |
Adds a world object (based on the world ID of the object) and its ON/OFF specification to the condition
|
![]() |
Add(IWorldObject, Boolean) |
Adds a world object and its ON/OFF specification to the condition
|
![]() |
Clear |
Clears the condition
|
![]() |
Contains(Guid) |
Determines whether the world object with the specified world ID is contained within the condition
(regardless of its ON/OFF specification)
|
![]() |
Contains(IWorldObject) |
Determines whether the world object is contained within the condition (regardless of its ON/OFF specification)
|
![]() |
Contains(Rule..::..Condition..::..ConditionTuple) |
Determines whether the world object and ON/OFF specification (in the form of a Rule..::..Condition..::..ConditionTuple) are contained within the condition
|
![]() |
Contains(Guid, Boolean) |
Determines whether the world object with the specified world ID is contained within the condition
and has the specified ON/OFF setting
|
![]() |
Contains(IWorldObject, Boolean) |
Determines whether the world object is contained within the condition and has the specified ON/OFF setting
|
![]() |
CopyTo |
Copies the condition to the specified array starting at the specified index
|
![]() |
Equals(Object) |
Determines whether the specified object is a Condition and whether it is equal to this condition
(Overrides Object..::..Equals(Object).) |
![]() |
Equals(Rule..::..Condition) |
Determines whether the specified condition is equal to this condition
|
![]() |
GetEnumerator |
Gets an enumerator for the condition
|
![]() |
GetHashCode |
Gets the hash code for this condition
(Overrides Object..::..GetHashCode()()()().) |
![]() |
Remove(Guid) |
Removes the world object with the specified world ID from the condition
|
![]() |
Remove(IWorldObject) |
Removes the specified world object from the condition
|
![]() |
Remove(Rule..::..Condition..::..ConditionTuple) |
Removes a world object and its ON/OFF specification (in the form of a Rule..::..Condition..::..ConditionTuple) from the condition
|
![]() |
ToString()()()() |
Returns a string representation of the condition
(Overrides Object..::..ToString()()()().) |
![]() |
ToString(String) |
Returns a string representation of the condition indented using the specified indent string
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerable..::..GetEnumerator |
Gets an enumerator for the condition
|