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

Inheritance: RectTypeBase
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
RectType ( ) : 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

RectType() public méthode

public RectType ( ) : System
Résultat System