Click or drag to resize

JwsResourcePointerServiceGeneratePointerTEntity Method

Generate the structured pointer

Namespace:  SanteDB.Core.Services.Impl
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public string GeneratePointer<TEntity>(
	IEnumerable<IdentifierBase<TEntity>> identifers
)
where TEntity : new(), VersionedEntityData<TEntity>

Parameters

identifers
Type: System.Collections.GenericIEnumerableIdentifierBaseTEntity

[Missing <param name="identifers"/> documentation for "M:SanteDB.Core.Services.Impl.JwsResourcePointerService.GeneratePointer``1(System.Collections.Generic.IEnumerable{SanteDB.Core.Model.DataTypes.IdentifierBase{``0}})"]

Type Parameters

TEntity

[Missing <typeparam name="TEntity"/> documentation for "M:SanteDB.Core.Services.Impl.JwsResourcePointerService.GeneratePointer``1(System.Collections.Generic.IEnumerable{SanteDB.Core.Model.DataTypes.IdentifierBase{``0}})"]

Return Value

Type: String

[Missing <returns> documentation for "M:SanteDB.Core.Services.Impl.JwsResourcePointerService.GeneratePointer``1(System.Collections.Generic.IEnumerable{SanteDB.Core.Model.DataTypes.IdentifierBase{``0}})"]

Implements

IResourcePointerServiceGeneratePointerTEntity(IEnumerableIdentifierBaseTEntity)
See Also