DataSource for Entity Framework in WPF
C1.LiveLinq Namespace / DeletedStateIsAvailableAttribute Class
Members

In This Topic
    DeletedStateIsAvailableAttribute Class
    In This Topic
    Indicates that the properties of an object of a class still return correct property values after the object has been deleted from the collection it belonged to.
    Object Model
    DeletedStateIsAvailableAttribute Class
    Syntax
    'Declaration
     
    Public NotInheritable Class DeletedStateIsAvailableAttribute 
       Inherits System.Attribute
    public sealed class DeletedStateIsAvailableAttribute : System.Attribute 
    Remarks
    This attribute is used with classes of elements of C1.LiveLinq.Collections.IndexedCollection<T> and other collections implementing IObservableSource<T>. It gives you a way of changing the value of IObservableSource<T>.IsDeletedStateAvailable without having to create a full-blown custom implementation of the IObservableSource<T> interface.
    Inheritance Hierarchy

    System.Object
       System.Attribute
          C1.LiveLinq.DeletedStateIsAvailableAttribute

    See Also