C# Class FlatRedBall.Glue.Events.EventResponseSaveExtensionMethods

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static EventResponseSaveToString ( this eventResponseSave ) : string
eventResponseSave this
Résultat string

GetArgsForMethod() public static méthode

public static GetArgsForMethod ( this ers, IElement containingElement ) : string
ers this
containingElement IElement
Résultat string

GetContainer() public static méthode

public static GetContainer ( this instance ) : IElement
instance this
Résultat IElement

GetCreatesEvent() public static méthode

public static GetCreatesEvent ( this eventResponseSave ) : bool
eventResponseSave this
Résultat bool

GetEffectiveDelegateType() public static méthode

public static GetEffectiveDelegateType ( this ers, IElement containingElement ) : string
ers this
containingElement IElement
Résultat string

GetEventSave() public static méthode

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
Résultat EventSave

GetEventThisTunnelsTo() public static méthode

public static GetEventThisTunnelsTo ( this instance, IElement element, IElement &containingElement ) : EventResponseSave
instance this
element IElement
containingElement IElement
Résultat EventResponseSave

GetIsExposing() public static méthode

public static GetIsExposing ( this instance ) : bool
instance this
Résultat bool

GetIsNewEvent() public static méthode

public static GetIsNewEvent ( this eventResponseSave ) : bool
eventResponseSave this
Résultat bool

GetIsTunneling() public static méthode

public static GetIsTunneling ( this instance ) : bool
instance this
Résultat bool

GetParsedMethodFromAssociatedFile() public static méthode

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

GetParsedMethodFromAssociatedFile() public static méthode

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