Constructor that sets the default values.
Namespace:
DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)
Syntax
C# |
---|
public Resource( string name, string val, bool childrenLoaded ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ name As String, _ val As String, _ childrenLoaded As Boolean _ ) |
Visual C++ |
---|
public: Resource( String^ name, String^ val, bool childrenLoaded ) |
Parameters
- name
- Type: System..::.String
Row name (visible).
- val
- Type: System..::.String
Row value (id).
- childrenLoaded
- Type: System..::.Boolean
Set to false to enable dynamic loading.