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 static bool GetControllerEditInfo( ICartellaObject cartObj, out string ControllerName, out string ActionName, out Object routeValues ) |
Visual Basic |
---|
Public Shared Function GetControllerEditInfo ( _ cartObj As ICartellaObject, _ <OutAttribute> ByRef ControllerName As String, _ <OutAttribute> ByRef ActionName As String, _ <OutAttribute> ByRef routeValues As Object _ ) As Boolean |
Visual C++ |
---|
public: static bool GetControllerEditInfo( ICartellaObject^ cartObj, [OutAttribute] String^% ControllerName, [OutAttribute] String^% ActionName, [OutAttribute] Object^% routeValues ) |
Parameters
- cartObj
- Type: Cartella.Interfaces..::..ICartellaObject
- ControllerName
- Type: System..::..String%
- ActionName
- Type: System..::..String%
- routeValues
- Type: System..::..Object%