[]
The PropertyStorage<T> is the storage for some object properties.
[ComplexBindingProperties("DataSource", "DataMember")]
public class PropertyStorage<T> : C1BindingSource, ISite, IServiceProvider where T : IKeyName
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| PropertyStorage(StorageComponent) | Initializes a new instance of the PropertyStorage<T> class. |
| Name | Description |
|---|---|
| Key | Returns C1.C1Schedule.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.C1Schedule.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. |
| Name | Description |
|---|---|
| OnListChanged(ListChangedEventArgs) | Raises the ListChanged event. |