| ExtensionMethodsGetSerializationName Method (Type) |
Get the serialization type name
Namespace:
SanteDB.Core.Model
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public static string GetSerializationName(
this Type type
)
<ExtensionAttribute>
Public Shared Function GetSerializationName (
type As Type
) As String
public:
[ExtensionAttribute]
static String^ GetSerializationName(
Type^ type
)
[<ExtensionAttribute>]
static member GetSerializationName :
type : Type -> string
Parameters
- type
- Type: SystemType
[Missing <param name="type"/> documentation for "M:SanteDB.Core.Model.ExtensionMethods.GetSerializationName(System.Type)"]
Return Value
Type:
String[Missing <returns> documentation for "M:SanteDB.Core.Model.ExtensionMethods.GetSerializationName(System.Type)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Type. 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