SharpSchedule

ScheduledStaffManager.Add Method (Plan, StaffCollection, String)

Add the clients to the scheduled clients/ plan table.

[Visual Basic]
Overloads Public Sub Add( _
   ByVal plan As Plan, _
   ByVal staffMembers As StaffCollection, _
   ByVal user As String _
)
[C#]
public void Add(
   Plan plan,
   StaffCollection staffMembers,
   string user
);

Parameters

plan
Plan to add.
staffMembers
Staff members to add.
user
User that is adding the pairing.

See Also

ScheduledStaffManager Class | Ozanam.Schedule.Store.Database.ScheduleAccess Namespace | ScheduledStaffManager.Add Overload List