SIFWorks ADK 2.0
GetSifSimpleType Method (nativeType)
NamespacesEdustructures.SifWorksSifTypeConverter<(Of <T>)>GetSifSimpleType(T)

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

Returns a SifSiimpleType instance that wraps the specified native value
Declaration Syntax
C#Visual BasicVisual C++
public abstract SifSimpleType GetSifSimpleType(
	T nativeType
)
Public MustOverride Function GetSifSimpleType ( _
	nativeType As T _
) As SifSimpleType
public:
virtual SifSimpleType^ GetSifSimpleType (
	T nativeType
) abstract
Parameters
nativeType (T)
An instance of the native type object, such as a String or DateTime
Return Value
The appropriate AdkDataType instantiation for this instance

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