SharpSchedule

Staff Constructor (Int64)

Create a new instance of the staff object. Initialize the effective date property.

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

Parameters

Id
The id of the staff member.

See Also

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