Initializes a new instance of the SearchDisplayInfo class
Namespace: Cartella.ModelsAssembly: 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 ) |
Parameters
- type
- Type: Cartella.Models..::..DisplayTypes
- searchType
- Type: System..::..Type
- miscData
- Type: System.Collections.Generic..::..Dictionary<(Of <(<'String, String>)>)>