SIFWorks ADK 2.0
SifTypeConverters Class
NamespacesEdustructures.SifWorksSifTypeConverters

[This is preliminary documentation and is subject to change.]

A collection of Type converter instances that can be used for converting native types to the value represented in SIF XML documents
Declaration Syntax
C#Visual BasicVisual C++
public class SifTypeConverters
Public Class SifTypeConverters
public ref class SifTypeConverters
Members
All MembersConstructorsFields



IconMemberDescription
SifTypeConvertersSifTypeConvertersNew()()
static memberBOOLEAN
A type converter that can convert SIF bool XML values or .Net bool? values to a SIFSimpleType

static memberDATE
A type converter that can convert SIF date XML values or .Net DateTime? values representing a date to a SIFSimpleType

static memberDATETIME
A type converter that can convert SIF datetime XML values or .Net DateTime? values representing a date time to a SIFSimpleType

static memberDECIMAL
A type converter that can convert SIF decimal XML values or .Net decimal? values to a SIFSimpleType

static memberDURATION
A type converter that can convert SIF duration XML values or .Net TimeSpan? values to a SIFSimpleType

static memberINT
A type converter that can convert SIF int XML values or .Net int? values to a SIFSimpleType

static memberSTRING
A type converter that can convert SIF String, Token, or normalizedString XML values or .Net String values values to a SIFSimpleType

static memberTIME
A type converter that can convert SIF time XML values to .Net DateTime? values representing a time to a SIFSimpleType

Inheritance Hierarchy
Object
SifTypeConverters

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10