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

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

Méthodes publiques

Méthode Description
GetInstance ( String value, String formatStrings, IScalarUnmarshallingContext scalarUnmarshallingContext ) : object

Marshall ( object instance, TranslationContext context = null ) : string
ParsedUriType ( ) : System

SimplEquals ( object left, object right ) : bool

Method Details

GetInstance() public méthode

public GetInstance ( String value, String formatStrings, IScalarUnmarshallingContext scalarUnmarshallingContext ) : object
value String
formatStrings String
scalarUnmarshallingContext 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

ParsedUriType() public méthode

public ParsedUriType ( ) : System
Résultat System

SimplEquals() public méthode

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