CalendarsToCalendarKind(DataRow) Method

Determines the type of note (Company, Calendar Type, Employee or Machine).

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static CalendarKind ToCalendarKind(
	DataRow rowCalendar
)

Parameters

rowCalendar  DataRow
DataRow with the note information.

Return Value

CalendarKind
CalendarKind with the note class (Company, Calendar Type, or Employee).

See Also