Intersoft ClientUI Documentation
ObservableResource<T> Class Members
See Also  Properties  Methods  Events Send Feedback
Intersoft.Client.Framework Namespace : ObservableResource<T> Class


The following tables list the members exposed by ObservableResource<T>.

Public Constructors

 NameDescription
public ConstructorObservableResource<T> ConstructorInitializes a new instance of ObservableResource class.  
Top

Public Properties

 NameDescription
public PropertyIsDisposedDetermines whether this object instance has been disposed.  
public PropertyOwnerGets or sets a custom object that own this resource.  
public PropertyResourceGets the resource instance being observed.  
Top

Protected Properties

 NameDescription
protected PropertyIsOverriddenGets or sets a boolean value that indicates whether this resource should override the existing instance.  
protected PropertyResourcePrefixGets the prefix key of the observed resource.  
Top

Public Methods

 NameDescription
public MethodDisposeDispose this object instance.  
public MethodGetPropertyValueGets the value of the specified property.  
public MethodGetStringGets the localized string directly from the resource manager.  
public MethodTryOverrideResourceAttempts to override the existing resource.  
public MethodUpdateBindingsUpdate all elements bound to this resource with refreshed localized string.  
Top

Protected Methods

 NameDescription
protected MethodOnPropertyChangedCalled when the property value has changed.  
protected MethodSetOwnerPropertySets a value of the specified property to the IObservableResource object owned by this resource.  
Top

Public Events

 NameDescription
public EventPropertyChangedOccurs when a property value changes.  
Top

See Also

© 2012 All Rights Reserved.