Declaration Class |
Namespace: NRules.RuleModel
public sealed class Declaration : IEquatable<Declaration>
The Declaration type exposes the following members.
Name | Description | |
---|---|---|
![]() | Name |
Symbol name.
|
![]() | Target |
Rule element that this declaration is referencing.
|
![]() | Type |
Symbol type.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Overrides ObjectEquals(Object).) |
![]() | Equals(Declaration) | |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | ToParameterExpression |
Converts rule element Declaration to a ParameterExpression.
(Defined by DeclarationExtensions.) |