Note Constructor (String, NoteType, String, DateTime, Staff, Int32)

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Notes
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public Note(
	string RecID,
	NoteType noteType,
	string noteText,
	DateTime LastSavedDateTime,
	Staff LastModifiedByStaffMember,
	int ItemNo
)
Public Sub New ( _
	RecID As String, _
	noteType As NoteType, _
	noteText As String, _
	LastSavedDateTime As DateTime, _
	LastModifiedByStaffMember As Staff, _
	ItemNo As Integer _
)
public:
Note(
	String^ RecID, 
	NoteType^ noteType, 
	String^ noteText, 
	DateTime^ LastSavedDateTime, 
	Staff^ LastModifiedByStaffMember, 
	int^ ItemNo
)

Parameters

RecID
Type: String
noteType
Type: JiwaFinancials.Jiwa.JiwaApplication.Notes..::..NoteType
noteText
Type: String
LastSavedDateTime
Type: DateTime
LastModifiedByStaffMember
Type: JiwaFinancials.Jiwa.JiwaApplication.Entities.Staff..::..Staff
ItemNo
Type: Int32