- Namespace
- Avalonia
.Data .Core - Interfaces
- Base Types
-
- object
- ClrPropertyInfo
graph BT
Type-->Base0["ClrPropertyInfo"]
click Base0 "/api/Avalonia.Data.Core/ClrPropertyInfo"
Base0-->Base1["object"]
Type-.->Interface0["IPropertyInfo"]
click Interface0 "/api/Avalonia.Data.Core/IPropertyInfo"
Type["ReflectionClrPropertyInfo"]
class Type type-node
Syntax
public class ReflectionClrPropertyInfo : ClrPropertyInfo, IPropertyInfo
Constructors
Name | Summary |
---|---|
Reflection |
Properties
Name | Value | Summary |
---|---|---|
CanGet | bool |
Inherited from ClrPropertyInfo
|
CanSet | bool |
Inherited from ClrPropertyInfo
|
Name | string |
Inherited from ClrPropertyInfo
|
PropertyType | Type |
Inherited from ClrPropertyInfo
|
Methods
Name | Value | Summary |
---|---|---|
Get |
object |
Inherited from ClrPropertyInfo
|
Set |
void |
Inherited from ClrPropertyInfo
|