 | IViewModelSerializerLoadCollectionTAssociation Method |
Loads the associations for the specified object
Namespace: SanteDB.Core.ViewModelAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
SyntaxIEnumerable<TAssociation> LoadCollection<TAssociation>(
Guid sourceKey
)
where TAssociation : new(), IdentifiedData, ISimpleAssociation
Function LoadCollection(Of TAssociation As {New, IdentifiedData, ISimpleAssociation}) (
sourceKey As Guid
) As IEnumerable(Of TAssociation)generic<typename TAssociation>
where TAssociation : gcnew(), IdentifiedData, ISimpleAssociation
IEnumerable<TAssociation>^ LoadCollection(
Guid sourceKey
)
abstract LoadCollection :
sourceKey : Guid -> IEnumerable<'TAssociation> when 'TAssociation : new() and IdentifiedData and ISimpleAssociationParameters
- sourceKey Guid
[Missing <param name="sourceKey"/> documentation for "M:SanteDB.Core.ViewModel.IViewModelSerializer.LoadCollection``1(System.Guid)"]
Type Parameters
- TAssociation
[Missing <typeparam name="TAssociation"/> documentation for "M:SanteDB.Core.ViewModel.IViewModelSerializer.LoadCollection``1(System.Guid)"]
Return Value
IEnumerableTAssociation[Missing <returns> documentation for "M:SanteDB.Core.ViewModel.IViewModelSerializer.LoadCollection``1(System.Guid)"]
See Also