| 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
)
Public Sub New (
alias As String,
relevance As Double
)
public:
ComponentAlias(
String^ alias,
double relevance
)
new :
alias : string *
relevance : float -> ComponentAlias
Parameters
- alias
- Type: SystemString
The alias of the name - relevance
- Type: SystemDouble
The relevance of the name alias
See Also