The WebCategoryStorage type exposes the following members.

Methods

  Name Description
Public method GetParentSchedule
Returns parent C1WebSchedule.
Public method RefreshData
Call this method each time after changing your data source if it doesn't implement IBindingList interface. Or use BaseStorage{T, TMappingCollection}.Add and BaseStorage{T, TMappingCollection}.Remove instead of corresponding methods of your data source class.
Public method ToString
Returns a System.String that represents the current object.
(Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property Categories
Gets a CategoryCollection object that contains Category related information.
Public property DataMember
Data member.
Public property DataSourceID
Data source ID.
Public property Mappings
Mappings.

See Also