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,
	Dictionary<string, string> miscData
)
Visual Basic
Public Sub New ( _
	type As DisplayTypes, _
	searchType As Type, _
	miscData As Dictionary(Of String, String) _
)
Visual C++
public:
SearchDisplayInfo(
	DisplayTypes type, 
	Type^ searchType, 
	Dictionary<String^, String^>^ miscData
)

See Also