[]
        
(Showing Draft Content)

C1.GanttView.PropertyStorage-1

PropertyStorage<T> Class

The PropertyStorage<T> is the storage for some object properties.

Inheritance
PropertyStorage<T>
Implements
Namespace: C1.GanttView
Assembly: C1.WPF.GanttView.dll
Syntax
[ComplexBindingProperties("DataSource", "DataMember")]
public class PropertyStorage<T> : C1BindingSource, ISite, IServiceProvider where T : IKeyName
Type Parameters
Name Description
T

Constructors

Name Description
PropertyStorage(StorageComponent)

Initializes a new instance of the PropertyStorage<T> class.

Properties

Name Description
Key

Returns C1.Schedule.MappingInfo object for the property key. If the storage object is bound to a data source via its DataSource property, the properties of this object allow the property key to be bound to the appropriate field in the data source.

Objects

Objects array with properties to store.

Value

Returns C1.Schedule.MappingInfo object for the property value. If the storage object is bound to a data source via its DataSource property, the properties of this object allow the property value to be bound to the appropriate field in the data source.

Methods

Name Description
OnListChanged(ListChangedEventArgs)

Raises the ListChanged event.