C# Class VerifyData, versaplex

Inheritance: VersaplexTester
Exibir arquivo Open project: apenwarr/versaplex Class Usage Examples

Public Methods

Method Description
GetDataLength ( object data ) : long
Main ( ) : void

Private Methods

Method Description
VerifyBinary ( ) : void
VerifyBit ( ) : void
VerifyChar ( ) : void
VerifyDateTime ( ) : void
VerifyDecimal ( ) : void
VerifyFloat ( ) : void
VerifyIntegers ( ) : void
VerifyMoney ( ) : void
VerifyTimestamp ( ) : void
VerifyUniqueIdentifier ( ) : void
VerifyVarBinaryMax ( ) : void
VerifyXML ( ) : void

Method Details

GetDataLength() public method

public GetDataLength ( object data ) : long
data object
return long

Main() public static method

public static Main ( ) : void
return void