C# Class Ink.Parsed.Divert

Inheritance: Parsed.Object
Exibir arquivo Open project: inkle/ink Class Usage Examples

Public Methods

Method 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 method

public CheckArgumentValidity ( ) : void
return void

CheckExternalArgumentValidity() public method

public CheckExternalArgumentValidity ( Story context ) : void
context Story
return void

Divert() public method

public Divert ( Parsed targetContent ) : System.Collections.Generic
targetContent Parsed
return System.Collections.Generic

Divert() public method

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

Error() public method

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

GenerateRuntimeObject() public method

public GenerateRuntimeObject ( ) : Runtime.Object
return Runtime.Object

PathAsVariableName() public method

public PathAsVariableName ( ) : string
return string

ResolveReferences() public method

public ResolveReferences ( Story context ) : void
context Story
return void

ResolveTargetContent() public method

public ResolveTargetContent ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string