SharpSchedule

ScheduledStaffManager.Fetch Method

Fetch all scheduled clients by the given plan id.

Overload List

Fetch all scheduled clients by the given plan id.

protected ICollection Fetch(Plan);

Fetch the scheduled staff by the given plan and staff id.

public ScheduledStaff Fetch(long,long);

Inherited from AbstractDb.

protected ICollection Fetch(Type);

Inherited from AbstractDb.

protected IEntity Fetch(Type,Key);

See Also

ScheduledStaffManager Class | Ozanam.Schedule.Store.Database.ScheduleAccess Namespace