Initializes a new instance of the SettingsWrapper class
Namespace: Cartella.ModelsAssembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public SettingsWrapper( string objectTypeName, bool listObjects, string objectID, string folioID, string instanceId, ISiteManager siteManager, SettingsViewType viewType ) |
Visual Basic |
---|
Public Sub New ( _ objectTypeName As String, _ listObjects As Boolean, _ objectID As String, _ folioID As String, _ instanceId As String, _ siteManager As ISiteManager, _ viewType As SettingsViewType _ ) |
Visual C++ |
---|
public: SettingsWrapper( String^ objectTypeName, bool listObjects, String^ objectID, String^ folioID, String^ instanceId, ISiteManager^ siteManager, SettingsViewType viewType ) |
Parameters
- objectTypeName
- Type: System..::..String
- listObjects
- Type: System..::..Boolean
- objectID
- Type: System..::..String
- folioID
- Type: System..::..String
- instanceId
- Type: System..::..String
- siteManager
- Type: Cartella.Interfaces..::..ISiteManager
- viewType
- Type: Cartella.Models..::..SettingsViewType