'Declaration
Public Property Deferred As Boolean
'Usage
Dim instance As DANodeAttribute Dim value As Boolean instance.Deferred = value value = instance.Deferred
public bool Deferred {get; set;}
'Declaration
Public Property Deferred As Boolean
'Usage
Dim instance As DANodeAttribute Dim value As Boolean instance.Deferred = value value = instance.Deferred
public bool Deferred {get; set;}
false, the member will be set to the mapped object itself; when
true
, the member will be set to a function that returns the mapped object (deferred mapping). The DAMapper.DeferredMapNodeFunction must be set to provide the deferred mapping function for the given mapping context.