Class NestedData
A nested data object used to exercise recursive complex-parameter building.
Inherited Members
Namespace: Serenity.EventDispatcher.Tests.Infrastructure
Assembly: Tests.dll
Syntax
public sealed class NestedData
Constructors
NestedData(string, int)
Declaration
public NestedData(string label, int count)
Parameters
| Type | Name | Description |
|---|---|---|
| string | label | |
| int | count |
Fields
Count
Declaration
public readonly int Count
Field Value
| Type | Description |
|---|---|
| int |
Label
Declaration
public readonly string Label
Field Value
| Type | Description |
|---|---|
| string |