DtoAttributeDynamic Property |
Gets or sets value that indicates if nested serialization level is resolved dynamically.
Nested level can be dynamic if you are trying to serialize parent object using some level higher than the level indicated in the DtoAttribute.Value.
In this case the nested level is calculated at runtime based on difference between the required level and the DtoAttribute.Value.
This difference is added to the DtoAttribute.Nested serialization level. This behaviour works only if Dynamic property is true.
Namespace: JenevaAssembly: Jeneva.Net-1.1 (in Jeneva.Net-1.1.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax public bool Dynamic { get; set; }
Public Property Dynamic As Boolean
Get
Set
Property Value
Type:
BooleanSee Also