C# Class Simpl.Serialization.Types.Scalar.TypeType

Inheritance: ReferenceType
Afficher le fichier Open project: ecologylab/simplCSharp

Méthodes publiques

Méthode Description
GetInstance ( string value, string formatStrings, IScalarUnmarshallingContext unmarshallingContext ) : object
Marshall ( object instance, TranslationContext context = null ) : string
SimplEquals ( object left, object right ) : bool
TypeType ( ) : System

Method Details

GetInstance() public méthode

public GetInstance ( string value, string formatStrings, IScalarUnmarshallingContext unmarshallingContext ) : object
value string
formatStrings string
unmarshallingContext IScalarUnmarshallingContext
Résultat object

Marshall() public méthode

public Marshall ( object instance, TranslationContext context = null ) : string
instance object
context Simpl.Serialization.Context.TranslationContext
Résultat string

SimplEquals() public méthode

public SimplEquals ( object left, object right ) : bool
left object
right object
Résultat bool

TypeType() public méthode

public TypeType ( ) : System
Résultat System