DocumentType Constructor (String, String, Boolean)

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

Syntax


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

Parameters

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