C# Класс FlatRedBall.Glue.Events.EventResponseSaveExtensionMethods

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
EventResponseSaveToString ( this eventResponseSave ) : string
GetArgsForMethod ( this ers, IElement containingElement ) : string
GetContainer ( this instance ) : IElement
GetCreatesEvent ( this eventResponseSave ) : bool
GetEffectiveDelegateType ( this ers, IElement containingElement ) : string
GetEventSave ( this instance ) : EventSave

Gets associated EventSave that comes from BuiltInEvents.csv. This may be null if the EventResponseSave is an event responding to a changed variable.

GetEventThisTunnelsTo ( this instance, IElement element, IElement &containingElement ) : EventResponseSave
GetIsExposing ( this instance ) : bool
GetIsNewEvent ( this eventResponseSave ) : bool
GetIsTunneling ( this instance ) : bool
GetParsedMethodFromAssociatedFile ( string fullFileName, EventResponseSave instance ) : ParsedMethod
GetParsedMethodFromAssociatedFile ( this instance, IElement container, string baseProjectDirectory ) : ParsedMethod

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

EventResponseSaveToString() публичный статический Метод

public static EventResponseSaveToString ( this eventResponseSave ) : string
eventResponseSave this
Результат string

GetArgsForMethod() публичный статический Метод

public static GetArgsForMethod ( this ers, IElement containingElement ) : string
ers this
containingElement IElement
Результат string

GetContainer() публичный статический Метод

public static GetContainer ( this instance ) : IElement
instance this
Результат IElement

GetCreatesEvent() публичный статический Метод

public static GetCreatesEvent ( this eventResponseSave ) : bool
eventResponseSave this
Результат bool

GetEffectiveDelegateType() публичный статический Метод

public static GetEffectiveDelegateType ( this ers, IElement containingElement ) : string
ers this
containingElement IElement
Результат string

GetEventSave() публичный статический Метод

Gets associated EventSave that comes from BuiltInEvents.csv. This may be null if the EventResponseSave is an event responding to a changed variable.
public static GetEventSave ( this instance ) : EventSave
instance this
Результат EventSave

GetEventThisTunnelsTo() публичный статический Метод

public static GetEventThisTunnelsTo ( this instance, IElement element, IElement &containingElement ) : EventResponseSave
instance this
element IElement
containingElement IElement
Результат EventResponseSave

GetIsExposing() публичный статический Метод

public static GetIsExposing ( this instance ) : bool
instance this
Результат bool

GetIsNewEvent() публичный статический Метод

public static GetIsNewEvent ( this eventResponseSave ) : bool
eventResponseSave this
Результат bool

GetIsTunneling() публичный статический Метод

public static GetIsTunneling ( this instance ) : bool
instance this
Результат bool

GetParsedMethodFromAssociatedFile() публичный статический Метод

public static GetParsedMethodFromAssociatedFile ( string fullFileName, EventResponseSave instance ) : ParsedMethod
fullFileName string
instance EventResponseSave
Результат FlatRedBall.Glue.Parsing.ParsedMethod

GetParsedMethodFromAssociatedFile() публичный статический Метод

public static GetParsedMethodFromAssociatedFile ( this instance, IElement container, string baseProjectDirectory ) : ParsedMethod
instance this
container IElement
baseProjectDirectory string
Результат FlatRedBall.Glue.Parsing.ParsedMethod