Skip to main content

UIObjectService Members

The UI Service that provides direct access to the service’s AssociatedObject from the View Model without referencing the AssociatedObject’s real type.

Constructors

Name Description
UIObjectService() Initializes a new instance of the UIObjectService class.

Fields

Name Description
AssociatedObjectProperty static Identifies the AssociatedObject dependency property. Inherited from Behavior.
ServiceClientProperty static Identifies the ServiceClient dependency property. Inherited from UIServiceBase<T>.

Properties

Name Description
IsAttached Gets whether the behavior is attached to its associated object. Inherited from Behavior.
Name Gets or sets the service name that is used to register the service to a service container. You can use it to implement separate access to services that implement the same service. Inherited from UIServiceBase<T>.
Object Gets a UI element of the dynamic type.
ServiceClient Gets or sets a service container where the service is registered. This is a dependency property. Inherited from UIServiceBase<T>.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also