C# Класс Dynamo.Configuration.ExecutionSession

Наследование: IExecutionSession
Показать файл Открыть проект

Открытые методы

Метод Описание
ExecutionSession ( Scheduler updateTask, DynamoModel model, string geometryFactoryPath ) : System

Constructs a new execution session.

GetParameterKeys ( ) : IEnumerable

Returns list of session parameter keys available in the session.

GetParameterValue ( string parameter ) : object

Returns session parameter value for the given parameter name.

ResolveFilePath ( string &filepath ) : bool

A helper method to resolve the given file path. The given file path will be resolved by searching into the current workspace, core and host application installation folders etc.

Описание методов

ExecutionSession() публичный Метод

Constructs a new execution session.
public ExecutionSession ( Scheduler updateTask, DynamoModel model, string geometryFactoryPath ) : System
updateTask Scheduler
model Dynamo.Models.DynamoModel
geometryFactoryPath string
Результат System

GetParameterKeys() публичный Метод

Returns list of session parameter keys available in the session.
public GetParameterKeys ( ) : IEnumerable
Результат IEnumerable

GetParameterValue() публичный Метод

Returns session parameter value for the given parameter name.
public GetParameterValue ( string parameter ) : object
parameter string Name of session parameter
Результат object

ResolveFilePath() публичный Метод

A helper method to resolve the given file path. The given file path will be resolved by searching into the current workspace, core and host application installation folders etc.
public ResolveFilePath ( string &filepath ) : bool
filepath string Input file path
Результат bool