C1.C1Rdl Namespace : RdlBool Class |
The following tables list the members exposed by RdlBool.
Name | Description | |
---|---|---|
RdlBool Constructor | Overloaded. |
Name | Description | |
---|---|---|
Expression | Gets the expression associated with the current RdlProp. Note that this property throws an exception if the current object contains a constant (i.e. if RdlProp.IsExpression gets false). (Inherited from C1.C1Rdl.RdlProp) | |
False | Gets an RdlBool object representing the constant false value. | |
IsExpression | Gets a value indicating whether the current RdlProp is specified as an expression. (Inherited from C1.C1Rdl.RdlProp) | |
True | Gets an RdlBool object representing the constant true value. | |
Value | Gets the Boolean value if the current object contains a constant. Throws an exception if it contains an expression. |
Name | Description | |
---|---|---|
Equals | Compares the current object with another object. This method performs comparison by value. | |
GetHashCode | Gets the hash code for the current object based on its value. | |
ToString | Converts the current object to a string. | |
TryParse | Parses a string into properties of the RdlBool class. |
Equality | Tests whether two RdlBool objects are equal. |
Implicit Type Conversion | Overloaded. Converts an RdlBool to a string. |
Inequality | Tests whether two RdlBool objects are not equal. |