SanteDBConvert Methods |
The SanteDBConvert type exposes the following members.
| Name | Description | |
|---|---|---|
| BooleanToInt |
Boolean to int
| |
| BooleanToLong |
Boolean to int
| |
| ByteToGuid |
Byte[] > GUID
| |
| ByteToNullGuid |
Byte[] > GUID
| |
| DateTimeOffsetToDateTime(DateTimeOffset) |
DTO > DT
| |
| DateTimeOffsetToDateTime(NullableDateTimeOffset) |
DTO > DT
| |
| DateTimeToDateTimeOffset(DateTime) |
DT > DTO
| |
| DateTimeToDateTimeOffset(NullableDateTime) |
DT > DTO
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| GuidToByte |
Guid > Byte[]
| |
| Int16ToDecimal |
Convert Int16 to decimal
| |
| Int16ToInt32 |
Convert int16 to 32
| |
| Int32ToDecimal |
Convert Int32 to decimal
| |
| Int32ToInt16 |
Convert int16 to 32
| |
| Int64ToDecimal |
Convert Int64 to decimal
| |
| Int64ToInt32 |
Convert 64-bit long to int
| |
| IntToBoolean |
Boolean to int
| |
| LongToBoolean |
Boolean to int
| |
| MemberwiseClone | (Inherited from Object.) | |
| NullGuidToByte |
Guid > Byte[]
| |
| ParseDateTime |
Parse a date time from an object
| |
| ParseDateTimeOffset |
Parse a date time from an object
| |
| StringToTimespan |
String to timespan
| |
| TimeSpanToString |
Timespan converted to string
| |
| ToDateTime |
Parse a date time into an object
| |
| ToDateTimeOffset |
Parse a date time into an object
| |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods.) |