C# Class FlatRedBall.Glue.Events.EventResponseSaveExtensionMethods

ファイルを表示 Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

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

Method Details

EventResponseSaveToString() public static method

public static EventResponseSaveToString ( this eventResponseSave ) : string
eventResponseSave this
return string

GetArgsForMethod() public static method

public static GetArgsForMethod ( this ers, IElement containingElement ) : string
ers this
containingElement IElement
return string

GetContainer() public static method

public static GetContainer ( this instance ) : IElement
instance this
return IElement

GetCreatesEvent() public static method

public static GetCreatesEvent ( this eventResponseSave ) : bool
eventResponseSave this
return bool

GetEffectiveDelegateType() public static method

public static GetEffectiveDelegateType ( this ers, IElement containingElement ) : string
ers this
containingElement IElement
return string

GetEventSave() public static method

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
return EventSave

GetEventThisTunnelsTo() public static method

public static GetEventThisTunnelsTo ( this instance, IElement element, IElement &containingElement ) : EventResponseSave
instance this
element IElement
containingElement IElement
return EventResponseSave

GetIsExposing() public static method

public static GetIsExposing ( this instance ) : bool
instance this
return bool

GetIsNewEvent() public static method

public static GetIsNewEvent ( this eventResponseSave ) : bool
eventResponseSave this
return bool

GetIsTunneling() public static method

public static GetIsTunneling ( this instance ) : bool
instance this
return bool

GetParsedMethodFromAssociatedFile() public static method

public static GetParsedMethodFromAssociatedFile ( string fullFileName, EventResponseSave instance ) : ParsedMethod
fullFileName string
instance EventResponseSave
return FlatRedBall.Glue.Parsing.ParsedMethod

GetParsedMethodFromAssociatedFile() public static method

public static GetParsedMethodFromAssociatedFile ( this instance, IElement container, string baseProjectDirectory ) : ParsedMethod
instance this
container IElement
baseProjectDirectory string
return FlatRedBall.Glue.Parsing.ParsedMethod