Initializes a new instance of the ViewInformation class

Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public ViewInformation(
	string viewName,
	Object model
)
Visual Basic
Public Sub New ( _
	viewName As String, _
	model As Object _
)
Visual C++
public:
ViewInformation(
	String^ viewName, 
	Object^ model
)

Parameters

viewName
Type: System..::..String
model
Type: System..::..Object

See Also