C# Class Ohana3DS_Transfigured.Ohana.Models.NewLovePlus.Serialization.SERI

Afficher le fichier Open project: Quibilia/Ohana3DS-Transfigured Class Usage Examples

Méthodes publiques

Méthode Description
getBooleanArrayParameter ( string name ) : bool[]

Grabs the values of a Boolean Array Parameter with the given name.

getBooleanParameter ( string name ) : bool

Grabs the value of a Boolean Parameter with the given name.

getFloatArrayParameter ( string name ) : float[]

Grabs the values of a Float Array Parameter with the given name.

getFloatParameter ( string name ) : float

Grabs the value of a Float Parameter with the given name.

getIntegerArrayParameter ( string name ) : int[]

Grabs the values of a Integer Array Parameter with the given name.

getIntegerParameter ( string name ) : int

Grabs the value of a Integer Parameter with the given name.

getNestArrayParameter ( string name ) : SERIParameter[]

Grabs the values of a Nested Array Parameter with the given name.

getParameter ( string name ) : SERIParameter

Grabs a Parameter with the given name.

getStringArrayParameter ( string name ) : string[]

Grabs the values of a String Array Parameter with the given name.

getStringParameter ( string name ) : string

Grabs the value of a String Parameter with the given name.

Method Details

getBooleanArrayParameter() public méthode

Grabs the values of a Boolean Array Parameter with the given name.
public getBooleanArrayParameter ( string name ) : bool[]
name string The name of the parameter
Résultat bool[]

getBooleanParameter() public méthode

Grabs the value of a Boolean Parameter with the given name.
public getBooleanParameter ( string name ) : bool
name string The name of the parameter
Résultat bool

getFloatArrayParameter() public méthode

Grabs the values of a Float Array Parameter with the given name.
public getFloatArrayParameter ( string name ) : float[]
name string The name of the parameter
Résultat float[]

getFloatParameter() public méthode

Grabs the value of a Float Parameter with the given name.
public getFloatParameter ( string name ) : float
name string The name of the parameter
Résultat float

getIntegerArrayParameter() public méthode

Grabs the values of a Integer Array Parameter with the given name.
public getIntegerArrayParameter ( string name ) : int[]
name string The name of the parameter
Résultat int[]

getIntegerParameter() public méthode

Grabs the value of a Integer Parameter with the given name.
public getIntegerParameter ( string name ) : int
name string The name of the parameter
Résultat int

getNestArrayParameter() public méthode

Grabs the values of a Nested Array Parameter with the given name.
public getNestArrayParameter ( string name ) : SERIParameter[]
name string The name of the parameter
Résultat SERIParameter[]

getParameter() public méthode

Grabs a Parameter with the given name.
public getParameter ( string name ) : SERIParameter
name string The name of the parameter
Résultat SERIParameter

getStringArrayParameter() public méthode

Grabs the values of a String Array Parameter with the given name.
public getStringArrayParameter ( string name ) : string[]
name string The name of the parameter
Résultat string[]

getStringParameter() public méthode

Grabs the value of a String Parameter with the given name.
public getStringParameter ( string name ) : string
name string The name of the parameter
Résultat string