Initializes a new instance of the SearchDisplayInfo class

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

Syntax

C#
public SearchDisplayInfo(
	DisplayTypes type,
	Type searchType
)
Visual Basic
Public Sub New ( _
	type As DisplayTypes, _
	searchType As Type _
)
Visual C++
public:
SearchDisplayInfo(
	DisplayTypes type, 
	Type^ searchType
)

Parameters

type
Type: Cartella.Models..::..DisplayTypes
searchType
Type: System..::..Type

See Also