 | ExtensionMethodsResolveOwnedRecordT(T, IPrincipal) Method |
Namespace: SanteDB.CoreAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic static T ResolveOwnedRecord<T>(
this T forSource,
IPrincipal ownerPrincipal
)
where T : IdentifiedData
<ExtensionAttribute>
Public Shared Function ResolveOwnedRecord(Of T As IdentifiedData) (
forSource As T,
ownerPrincipal As IPrincipal
) As T
public:
[ExtensionAttribute]
generic<typename T>
where T : IdentifiedData
static T ResolveOwnedRecord(
T forSource,
IPrincipal^ ownerPrincipal
)
[<ExtensionAttribute>]
static member ResolveOwnedRecord :
forSource : 'T *
ownerPrincipal : IPrincipal -> 'T when 'T : IdentifiedDataParameters
- forSource T
[Missing <param name="forSource"/> documentation for "M:SanteDB.Core.ExtensionMethods.ResolveOwnedRecord``1(``0,System.Security.Principal.IPrincipal)"]
- ownerPrincipal IPrincipal
[Missing <param name="ownerPrincipal"/> documentation for "M:SanteDB.Core.ExtensionMethods.ResolveOwnedRecord``1(``0,System.Security.Principal.IPrincipal)"]
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:SanteDB.Core.ExtensionMethods.ResolveOwnedRecord``1(``0,System.Security.Principal.IPrincipal)"]
Return Value
T[Missing <returns> documentation for "M:SanteDB.Core.ExtensionMethods.ResolveOwnedRecord``1(``0,System.Security.Principal.IPrincipal)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
T. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also