The RdlEnum<(Of <(<'T>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
RdlEnum<(Of <(<'T>)>)>(String) |
Initializes a new instance of the RdlEnum<(Of <(<'T>)>)> class with an expression or a constant.
|
![]() |
RdlEnum<(Of <(<'T>)>)>(T) |
Initializes a new instance of the RdlEnum<(Of <(<'T>)>)> class with a constant value.
|
Methods
Name | Description | |
---|---|---|
![]() |
Equals |
Compares the current object to another object.
This method performs comparison by value.
(Overrides RdlProp..::..Equals(Object).) |
![]() |
GetHashCode |
Gets the hash code for the current object based on its value.
(Overrides RdlProp..::..GetHashCode()()()().) |
![]() |
ToString |
Converts the current object to a string.
(Overrides Object..::..ToString()()()().) |
![]() ![]() |
TryParse |
Parses a string into properties of RdlEnum<(Of <(<'T>)>)> type.
|
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Equality |
Tests whether two RdlEnum<(Of <(<'T>)>)> objects are equal.
|
![]() ![]() |
Inequality |
Tests whether the two RdlEnum<(Of <(<'T>)>)> objects are not equal.
|
Properties
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 IsExpression gets false).
(Inherited from RdlProp.) |
![]() |
IsExpression |
Gets a value indicating whether the current RdlProp is specified as an expression.
(Inherited from RdlProp.) |
![]() |
Value |
Gets the enum value if this object contains a constant,
throws an exception if this object contains an expression.
|