Свойство | Type | Description | |
---|---|---|---|
DisplayName | string | ||
Name | string | ||
StorageType |
Méthode | Description | |
---|---|---|
Equals ( InspectedProperty p ) : bool |
Determines whether the specified object is equal to this one.
|
|
Equals ( System obj ) : bool |
Determines whether the specified object is equal to this one.
|
|
GetHashCode ( ) : int |
Returns a hash code for this instance.
|
|
InspectedProperty ( |
Initializes a new instance of the PropertyMetadata class from a field member.
|
|
InspectedProperty ( |
Initializes a new instance of the PropertyMetadata class from a property member.
|
|
Read ( object context ) : object |
Reads a value from the property that this property metadata represents, using the given object instance as the context.
|
|
Write ( object context, object value ) : void |
Writes a value to the property that this property metadata represents, using given object instance as the context.
|
Méthode | Description | |
---|---|---|
SetupNames ( ) : void |
public Equals ( InspectedProperty p ) : bool | ||
p | InspectedProperty | |
Résultat | bool |
public InspectedProperty ( |
||
field | ||
Résultat | System |
public InspectedProperty ( |
||
property | ||
Résultat | System |
public Write ( object context, object value ) : void | ||
context | object | |
value | object | |
Résultat | void |