C# Class Ink.Parsed.Divert

Inheritance: Parsed.Object
Afficher le fichier Open project: inkle/ink Class Usage Examples

Méthodes publiques

Méthode Description
CheckArgumentValidity ( ) : void
CheckExternalArgumentValidity ( Story context ) : void
Divert ( Parsed targetContent ) : System.Collections.Generic
Divert ( Parsed target, List arguments = null ) : System.Collections.Generic
Error ( string message, Object source = null, bool isWarning = false ) : void
GenerateRuntimeObject ( ) : Runtime.Object
PathAsVariableName ( ) : string
ResolveReferences ( Story context ) : void
ResolveTargetContent ( ) : void
ToString ( ) : string

Method Details

CheckArgumentValidity() public méthode

public CheckArgumentValidity ( ) : void
Résultat void

CheckExternalArgumentValidity() public méthode

public CheckExternalArgumentValidity ( Story context ) : void
context Story
Résultat void

Divert() public méthode

public Divert ( Parsed targetContent ) : System.Collections.Generic
targetContent Parsed
Résultat System.Collections.Generic

Divert() public méthode

public Divert ( Parsed target, List arguments = null ) : System.Collections.Generic
target Parsed
arguments List
Résultat System.Collections.Generic

Error() public méthode

public Error ( string message, Object source = null, bool isWarning = false ) : void
message string
source Object
isWarning bool
Résultat void

GenerateRuntimeObject() public méthode

public GenerateRuntimeObject ( ) : Runtime.Object
Résultat Runtime.Object

PathAsVariableName() public méthode

public PathAsVariableName ( ) : string
Résultat string

ResolveReferences() public méthode

public ResolveReferences ( Story context ) : void
context Story
Résultat void

ResolveTargetContent() public méthode

public ResolveTargetContent ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string