The EntityItem type exposes the following members.

Constructors

  NameDescription
EntityItemOverloaded.

Methods

  NameDescription
CheckAccess (Inherited from DispatcherObject.)
ClearValueOverloaded.
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.)
SetValueOverloaded.
ShouldSerializeProperty (Inherited from DependencyObject.)
ToString
Provides a string representation of this EntityItem object.
(Overrides Object..::.ToString()()().)
VerifyAccess (Inherited from DispatcherObject.)

Fields

  NameDescription
ContentProperty
Identifies the Content dependency property.
TagProperty
Identifies the Tag dependency property.

Properties

  NameDescription
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.

See Also