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

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

Méthodes publiques

Méthode Description
ColorStringToBrush ( string name ) : Color?
ColorType ( ) : System
ColorType ( Type thatClass, string javaTypeName, string objectiveCTypeName, string dbTypeName ) : System
GetInstance ( string value, string formatStrings, IScalarUnmarshallingContext scalarUnmarshallingContext ) : object
Marshall ( object instance, TranslationContext context = null ) : string

Private Methods

Méthode Description
RgbToBrush ( string value ) : Color?

Method Details

ColorStringToBrush() public méthode

public ColorStringToBrush ( string name ) : Color?
name string
Résultat Color?

ColorType() public méthode

public ColorType ( ) : System
Résultat System

ColorType() public méthode

public ColorType ( Type thatClass, string javaTypeName, string objectiveCTypeName, string dbTypeName ) : System
thatClass System.Type
javaTypeName string
objectiveCTypeName string
dbTypeName string
Résultat System

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