SharpSchedule

Schedule Constructor (Int64)

Create a new instance of the schedule object. Initialize the primary key.

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

Parameters

Id
The id of the schedule object.

See Also

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