| IdentifiedDataLoadState Property |
Gets or sets whether the object was partial loaded
Namespace:
SanteDB.Core.Model
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public LoadState LoadState { get; set; }
Public Property LoadState As LoadState
Get
Set
public:
virtual property LoadState LoadState {
LoadState get () sealed;
void set (LoadState value) sealed;
}
abstract LoadState : LoadState with get, set
override LoadState : LoadState with get, set
Property Value
Type:
LoadStateImplements
IIdentifiedEntityLoadStateSee Also