SIFWorks ADK 2.0
TypeConverter Interface
NamespacesEdustructures.SifWorksTypeConverter

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

An
Declaration Syntax
C#Visual BasicVisual C++
public interface TypeConverter
Public Interface TypeConverter
public interface class TypeConverter
Members
All MembersMethodsProperties



IconMemberDescription
DataType
The SIF data type of this field from the SifDataType enum

DbType
The data type of this field from the DbType enum

Parse(SifFormatter, String)
Parses the given XML string value into a SIFSimpleType instance

ParseField(SifElement, IElementDef, SifFormatter, String)
Parses the XML string value and returns the proper SimpleField instance to hold the element value

ToAdkType(Object)
Converts the native datatype to the datatype used by the ADK. e.g. converts an 'int' to a 'SifInt'

TypeCode
The native .Net TypeCode for this data type

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