SharpSchedule

AbstractCollection Constructor (Int64)

Use this to automaically set the parent id on each set and/ or get. Setting the parent id must be implemented in the add/ retrieve methods of the sub-class.

[Visual Basic]
Overloads Public Sub New( _
   ByVal parentId As Long _
)
[C#]
public AbstractCollection(
   long parentId
);

Parameters

parentId
Missing <param> documentation for parentId

See Also

AbstractCollection Class | Ozanam.Schedule.Store.Entity Namespace | AbstractCollection Constructor Overload List