Click or drag to resize

IAliasProviderGetAllAliases Method

Get all aliases

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
IDictionary<string, IEnumerable<ComponentAlias>> GetAllAliases(
	string filter,
	int offset,
	int? count,
	out int totalResults
)

Parameters

filter
Type: SystemString

[Missing <param name="filter"/> documentation for "M:SanteDB.Core.Services.IAliasProvider.GetAllAliases(System.String,System.Int32,System.Nullable{System.Int32},System.Int32@)"]

offset
Type: SystemInt32

[Missing <param name="offset"/> documentation for "M:SanteDB.Core.Services.IAliasProvider.GetAllAliases(System.String,System.Int32,System.Nullable{System.Int32},System.Int32@)"]

count
Type: SystemNullableInt32

[Missing <param name="count"/> documentation for "M:SanteDB.Core.Services.IAliasProvider.GetAllAliases(System.String,System.Int32,System.Nullable{System.Int32},System.Int32@)"]

totalResults
Type: SystemInt32

[Missing <param name="totalResults"/> documentation for "M:SanteDB.Core.Services.IAliasProvider.GetAllAliases(System.String,System.Int32,System.Nullable{System.Int32},System.Int32@)"]

Return Value

Type: IDictionaryString, IEnumerableComponentAlias

[Missing <returns> documentation for "M:SanteDB.Core.Services.IAliasProvider.GetAllAliases(System.String,System.Int32,System.Nullable{System.Int32},System.Int32@)"]

See Also