SharpSchedule

PlacementCategory Constructor (Int64)

Create a new instance of the placement category object, initialize with the primary key.

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

Parameters

Id
The id of the placement category.

See Also

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