Click or drag to resize

ComponentAlias Constructor

Represents component aliases

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public ComponentAlias(
	string alias,
	double relevance
)

Parameters

alias
Type: SystemString
The alias of the name
relevance
Type: SystemDouble
The relevance of the name alias
See Also