NoteType Constructor (String, String, Boolean)

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

Syntax


public NoteType(
	string RecID,
	string Description,
	bool IsDefault
)
Public Sub New ( _
	RecID As String, _
	Description As String, _
	IsDefault As Boolean _
)
public:
NoteType(
	String^ RecID, 
	String^ Description, 
	bool^ IsDefault
)

Parameters

RecID
Type: String
Description
Type: String
IsDefault
Type: Boolean