
'Declaration
<DefaultMemberAttribute("Item")> Public Class ContactStorage Inherits C1.C1Schedule.BaseStorage(Of Contact,BaseObjectMappingCollection(Of Contact)) Implements ISupportInitialize, ISupportInitializeNotification
[DefaultMember("Item")] public class ContactStorage : C1.C1Schedule.BaseStorage<Contact,BaseObjectMappingCollection<Contact>>, ISupportInitialize, ISupportInitializeNotification
System.Object
C1.C1Schedule.C1BindingSource
C1.C1Schedule.BaseStorage<T,TMappingCollection>
C1.C1Schedule.ContactStorage