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

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

Méthodes publiques

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

Method Details

FieldInfoType() public méthode

public FieldInfoType ( ) : System
Résultat System

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