Initializes a new instance of the LightWeightSettingsWrapper class
Namespace: Cartella.ModelsAssembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public LightWeightSettingsWrapper( string objectType, string objectId, string folioId, string viewType, string filter, string instanceId, ISiteManager siteManager ) |
Visual Basic |
---|
Public Sub New ( _ objectType As String, _ objectId As String, _ folioId As String, _ viewType As String, _ filter As String, _ instanceId As String, _ siteManager As ISiteManager _ ) |
Visual C++ |
---|
public: LightWeightSettingsWrapper( String^ objectType, String^ objectId, String^ folioId, String^ viewType, String^ filter, String^ instanceId, ISiteManager^ siteManager ) |
Parameters
- objectType
- Type: System..::..String
- objectId
- Type: System..::..String
- folioId
- Type: System..::..String
- viewType
- Type: System..::..String
- filter
- Type: System..::..String
- instanceId
- Type: System..::..String
- siteManager
- Type: Cartella.Interfaces..::..ISiteManager