The EntityItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EntityItem | Overloaded. |
Methods
Name | Description | |
---|---|---|
CheckAccess | (Inherited from DispatcherObject.) | |
ClearValue | Overloaded. | |
CoerceValue | (Inherited from DependencyObject.) | |
Equals | (Inherited from DependencyObject.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from DependencyObject.) | |
GetLocalValueEnumerator | (Inherited from DependencyObject.) | |
GetType | (Inherited from Object.) | |
GetValue | (Inherited from DependencyObject.) | |
InvalidateProperty | (Inherited from DependencyObject.) | |
MemberwiseClone | (Inherited from Object.) | |
OnPropertyChanged | (Inherited from DependencyObject.) | |
ReadLocalValue | (Inherited from DependencyObject.) | |
SetCurrentValue | (Inherited from DependencyObject.) | |
SetValue | Overloaded. | |
ShouldSerializeProperty | (Inherited from DependencyObject.) | |
ToString |
Provides a string representation of this EntityItem object.
(Overrides Object..::.ToString()()().) | |
VerifyAccess | (Inherited from DispatcherObject.) |
Fields
Name | Description | |
---|---|---|
ContentProperty |
Identifies the Content dependency property.
| |
TagProperty |
Identifies the Tag dependency property.
|
Properties
Name | Description | |
---|---|---|
Content |
Gets or sets the content of this EntityItem.
This is a dependency property.
| |
DependencyObjectType | (Inherited from DependencyObject.) | |
Dispatcher | (Inherited from DispatcherObject.) | |
IsSealed | (Inherited from DependencyObject.) | |
Tag |
Gets or sets an arbitrary object value that can be used to store custom information about this EntityItem.
This is a dependency property.
|