SharpSchedule

ScheduledStaffManager.Add Method (Plan, Staff, String)

Persist the given client to the lookup table.

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

Parameters

plan
The plan that the staff is being paired to.
staff
The staff that is being added to the plan.
user
The user creating the plan.

See Also

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