C# 클래스 FlatRedBall.Glue.SaveClasses.ScreenSave

상속: IFileReferencer, IElement, IEventContainer, ITaggable
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Properties List
Source string
Tags List

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddCustomVariable ( string propertyType, string propertyName ) : CustomVariable
Clone ( ) : ScreenSave
GetCustomVariable ( string customVariableName ) : CustomVariable
GetEvent ( string eventName ) : EventResponseSave
GetPropertyValue ( string propertyName ) : object
GetReferencedFileSave ( string fileName ) : ReferencedFileSave
HasMemberWithName ( string memberName ) : bool
ScreenSave ( ) : System
SetCustomVariable ( string propertyName, object valueToSet ) : void
ShouldSerializeCustomVariables ( ) : bool
ShouldSerializeEvents ( ) : bool
ShouldSerializeIsRequiredAtStartup ( ) : bool
ShouldSerializeNamedObjects ( ) : bool
ShouldSerializeProperties ( ) : bool
ShouldSerializeReferencedFiles ( ) : bool
ShouldSerializeStateCategoryList ( ) : bool
ShouldSerializeStates ( ) : bool
ShouldSerializeUseGlobalContent ( ) : bool
ToString ( ) : string

메소드 상세

AddCustomVariable() 공개 메소드

public AddCustomVariable ( string propertyType, string propertyName ) : CustomVariable
propertyType string
propertyName string
리턴 CustomVariable

Clone() 공개 메소드

public Clone ( ) : ScreenSave
리턴 ScreenSave

GetCustomVariable() 공개 메소드

public GetCustomVariable ( string customVariableName ) : CustomVariable
customVariableName string
리턴 CustomVariable

GetEvent() 공개 메소드

public GetEvent ( string eventName ) : EventResponseSave
eventName string
리턴 FlatRedBall.Glue.Events.EventResponseSave

GetPropertyValue() 공개 메소드

public GetPropertyValue ( string propertyName ) : object
propertyName string
리턴 object

GetReferencedFileSave() 공개 메소드

public GetReferencedFileSave ( string fileName ) : ReferencedFileSave
fileName string
리턴 ReferencedFileSave

HasMemberWithName() 공개 메소드

public HasMemberWithName ( string memberName ) : bool
memberName string
리턴 bool

ScreenSave() 공개 메소드

public ScreenSave ( ) : System
리턴 System

SetCustomVariable() 공개 메소드

public SetCustomVariable ( string propertyName, object valueToSet ) : void
propertyName string
valueToSet object
리턴 void

ShouldSerializeCustomVariables() 공개 메소드

public ShouldSerializeCustomVariables ( ) : bool
리턴 bool

ShouldSerializeEvents() 공개 메소드

public ShouldSerializeEvents ( ) : bool
리턴 bool

ShouldSerializeIsRequiredAtStartup() 공개 메소드

public ShouldSerializeIsRequiredAtStartup ( ) : bool
리턴 bool

ShouldSerializeNamedObjects() 공개 메소드

public ShouldSerializeNamedObjects ( ) : bool
리턴 bool

ShouldSerializeProperties() 공개 메소드

public ShouldSerializeProperties ( ) : bool
리턴 bool

ShouldSerializeReferencedFiles() 공개 메소드

public ShouldSerializeReferencedFiles ( ) : bool
리턴 bool

ShouldSerializeStateCategoryList() 공개 메소드

public ShouldSerializeStateCategoryList ( ) : bool
리턴 bool

ShouldSerializeStates() 공개 메소드

public ShouldSerializeStates ( ) : bool
리턴 bool

ShouldSerializeUseGlobalContent() 공개 메소드

public ShouldSerializeUseGlobalContent ( ) : bool
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Properties 공개적으로 프로퍼티

public List Properties
리턴 List

Source 공개적으로 프로퍼티

public string Source
리턴 string

Tags 공개적으로 프로퍼티

public List Tags
리턴 List