Summary
Property delegate
- Assembly
- Rocket
.Surgery .Reflection .Extensions .dll - Namespace
- Rocket
.Surgery .Reflection - Interfaces
-
- IEquatable
<PropertyDelegate>
- IEquatable
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IEquatable<PropertyDelegate>"]
Type["PropertyDelegate"]
class Type type-node
Syntax
public class PropertyDelegate : IEquatable<PropertyDelegate>
Attributes
| Type | Description |
|---|---|
| Nullable |
|
| NullableAttribute |
Properties
| Name | Value | Summary |
|---|---|---|
| Delegate | Delegate |
Gets the delegate.
|
| Path | string |
Gets the path.
|
| PropertyType | Type |
Gets the type of the property.
|
| RootType | Type |
Gets the type of the root.
|
| Strongly |
Expression |
Gets the strongly typed expression.
|
Methods
| Name | Value | Summary |
|---|---|---|
| Equals |
bool |
Determines whether the specified
object, is equal to this instance.
|
| Equals |
bool |
Indicates whether the current object is equal to another object of the same type.
|
| GetHashCode |
int |
Returns a hash code for this instance.
|
Operators
| Name | Value | Summary |
|---|---|---|
| operator != |
bool | |
| operator == |
bool |
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
See Also
- System.IEquatable`1
