| ExtensionMethodsGetFullName Method |
Gets the full name of the user entity.
Namespace:
SanteDB
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax public static string GetFullName(
this UserEntity entity,
Guid nameUseKey
)
<ExtensionAttribute>
Public Shared Function GetFullName (
entity As UserEntity,
nameUseKey As Guid
) As String
public:
[ExtensionAttribute]
static String^ GetFullName(
UserEntity^ entity,
Guid nameUseKey
)
[<ExtensionAttribute>]
static member GetFullName :
entity : UserEntity *
nameUseKey : Guid -> string
Parameters
- entity
- Type: SanteDB.Core.Model.EntitiesUserEntity
The user entity. - nameUseKey
- Type: SystemGuid
The name use key.
Return Value
Type:
StringReturns the full name of the user entity.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
UserEntity. 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).
Exceptions See Also