Click or drag to resize

PersistenceEntitySourceGetTObject(NullableGuid) Method

Get the persistence service source

Namespace: SanteDB.Core.Data
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public TObject Get<TObject>(
	Guid? key
)
where TObject : new(), IdentifiedData

Parameters

key  NullableGuid

[Missing <param name="key"/> documentation for "M:SanteDB.Core.Data.PersistenceEntitySource.Get``1(System.Nullable{System.Guid})"]

Type Parameters

TObject

[Missing <typeparam name="TObject"/> documentation for "M:SanteDB.Core.Data.PersistenceEntitySource.Get``1(System.Nullable{System.Guid})"]

Return Value

TObject

[Missing <returns> documentation for "M:SanteDB.Core.Data.PersistenceEntitySource.Get``1(System.Nullable{System.Guid})"]

Implements

IEntitySourceProviderGetTObject(NullableGuid)
See Also