Click or drag to resize

AppletSubscriptionRepositoryGet Method (Guid, Guid)

Gets the specified definition

Namespace:  SanteDB.Core.Applets.Services.Impl
Assembly:  SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.481-alpha
Syntax
public SubscriptionDefinition Get(
	Guid key,
	Guid versionKey
)

Parameters

key
Type: SystemGuid

[Missing <param name="key"/> documentation for "M:SanteDB.Core.Applets.Services.Impl.AppletSubscriptionRepository.Get(System.Guid,System.Guid)"]

versionKey
Type: SystemGuid

[Missing <param name="versionKey"/> documentation for "M:SanteDB.Core.Applets.Services.Impl.AppletSubscriptionRepository.Get(System.Guid,System.Guid)"]

Return Value

Type: SubscriptionDefinition

[Missing <returns> documentation for "M:SanteDB.Core.Applets.Services.Impl.AppletSubscriptionRepository.Get(System.Guid,System.Guid)"]

Implements

IRepositoryServiceTModelGet(Guid, Guid)
See Also