프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ValueProperty |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BuildBindingDescriptiveString | string | ||
BuildMultiBindingDescriptiveString | string | ||
GetAllProperties | List |
||
GetExtendedProperties | IList |
||
HandleChangeExpiry | void | ||
HandleValueChanged | void | ||
MergeProperties | void | ||
Update | void |
메소드 | 설명 | |
---|---|---|
Clear ( ) : void | ||
CollectionIndex ( ) : int | ||
CompareTo ( object obj ) : int | ||
GetNextTypeWithDefaultConstructor ( |
||
GetProperties ( object obj ) : List |
||
GetProperties ( object obj, Predicate |
||
HasDefaultConstructor ( |
||
IsCollection ( ) : bool | ||
PropertyInformation ( object target, |
Normal constructor used when constructing PropertyInformation objects for properties.
|
|
PropertyInformation ( object target, object component, string displayName, bool isCopyable = false ) : System |
Constructor used when constructing PropertyInformation objects for an item in a collection. In this case, we set the PropertyDescriptor for this object (in the property Property) to be null. This kind of makes since because an item in a collection really isn't a property on a class. That is, in this case, we're really hijacking the PropertyInformation class in order to expose the items in the Snoop property grid.
|
|
Teardown ( ) : void |
메소드 | 설명 | |
---|---|---|
OnPropertyChanged ( string propertyName ) : void | ||
OnValueChanged ( ) : void |
메소드 | 설명 | |
---|---|---|
BuildBindingDescriptiveString ( |
Build up a string describing the Binding. Path and ElementName (if present)
|
|
BuildMultiBindingDescriptiveString ( IEnumerable |
Build up a string of Paths for a MultiBinding separated by ;
|
|
GetAllProperties ( object obj, |
||
GetExtendedProperties ( object obj ) : IList |
4919 + Delve
|
|
HandleChangeExpiry ( object sender, |
||
HandleValueChanged ( |
||
MergeProperties ( System newProperties, ICollection |
||
Update ( ) : void |
public static GetNextTypeWithDefaultConstructor ( |
||
type | ||
리턴 |
public static GetProperties ( object obj, Predicate |
||
obj | object | |
filter | Predicate |
|
리턴 | List |
public static HasDefaultConstructor ( |
||
type | ||
리턴 | bool |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | |
리턴 | void |
public PropertyInformation ( object target, |
||
target | object | target object being shown in the property grid |
property | the property around which we are contructing this PropertyInformation object | |
propertyName | string | the property name for the property that we use in the binding in the case of a non-dependency property |
propertyDisplayName | string | the display name for the property that goes in the name column |
리턴 | System |
public PropertyInformation ( object target, object component, string displayName, bool isCopyable = false ) : System | ||
target | object | the item in the collection |
component | object | the collection |
displayName | string | the display name that goes in the name column, i.e. this[x] |
isCopyable | bool | |
리턴 | System |