SharpSchedule

Activity Constructor (Int64)

Create a new instance of an activity entity.

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

Parameters

Id
The id of the activity.

See Also

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