| ExtensionMethodsValue Method |
Gets the value of a component of an
EntityAddress with the given
addressType.
Namespace:
SanteDB
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.481-alpha
Syntax public static string Value(
this EntityAddress me,
Guid addressType
)
<ExtensionAttribute>
Public Shared Function Value (
me As EntityAddress,
addressType As Guid
) As String
public:
[ExtensionAttribute]
static String^ Value(
EntityAddress^ me,
Guid addressType
)
[<ExtensionAttribute>]
static member Value :
me : EntityAddress *
addressType : Guid -> string
Parameters
- me
- Type: SanteDB.Core.Model.EntitiesEntityAddress
[Missing <param name="me"/> documentation for "M:SanteDB.ExtensionMethods.Value(SanteDB.Core.Model.Entities.EntityAddress,System.Guid)"]
- addressType
- Type: SystemGuid
[Missing <param name="addressType"/> documentation for "M:SanteDB.ExtensionMethods.Value(SanteDB.Core.Model.Entities.EntityAddress,System.Guid)"]
Return Value
Type:
String[Missing <returns> documentation for "M:SanteDB.ExtensionMethods.Value(SanteDB.Core.Model.Entities.EntityAddress,System.Guid)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
EntityAddress. 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