SharpSchedule

PlanManager.Fetch Method (Int64)

Fetch the plan and supporting objects.

[Visual Basic]
Overloads Public Function Fetch( _
   ByVal id As Long _
) As Plan
[C#]
public Plan Fetch(
   long id
);

Parameters

id
An id indicating the plan that we are interested in.

Return Value

The plan object populated with the supporting objects.

See Also

PlanManager Class | Ozanam.Schedule.Store.Database.ScheduleAccess Namespace | PlanManager.Fetch Overload List