Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public abstract bool CanPerformAction( SettingsViewType viewType, string objectType, IFolio folio, ISiteManager sm ) |
Visual Basic |
---|
Public MustOverride Function CanPerformAction ( _ viewType As SettingsViewType, _ objectType As String, _ folio As IFolio, _ sm As ISiteManager _ ) As Boolean |
Visual C++ |
---|
public: virtual bool CanPerformAction( SettingsViewType viewType, String^ objectType, IFolio^ folio, ISiteManager^ sm ) abstract |
Parameters
- viewType
- Type: Cartella.Models..::..SettingsViewType
- objectType
- Type: System..::..String
- folio
- Type: Cartella.Interfaces..::..IFolio