C# 클래스 FlatRedBall.Glue.Events.EventResponseSaveExtensionMethods

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
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