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

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

공개 프로퍼티들

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Clone ( ) : EntitySave
EntitySave ( ) : System
GetCustomVariable ( string customVariableName ) : CustomVariable
GetEvent ( string eventName ) : EventResponseSave
GetPropertyValue ( string propertyName ) : object
GetReferencedFileSave ( string fileName ) : ReferencedFileSave
SetCustomVariable ( string customVariableName, object valueToSet ) : void
ShouldSerializeCreatedByOtherEntities ( ) : bool
ShouldSerializeCustomVariables ( ) : bool
ShouldSerializeEvents ( ) : bool
ShouldSerializeImplementsIClickable ( ) : bool
ShouldSerializeImplementsIVisible ( ) : bool
ShouldSerializeImplementsIWindow ( ) : bool
ShouldSerializeIsUnique ( ) : bool
ShouldSerializeNamedObjects ( ) : bool
ShouldSerializePooledByFactory ( ) : bool
ShouldSerializeProperties ( ) : bool
ShouldSerializeReferencedFiles ( ) : bool
ShouldSerializeStateCategoryList ( ) : bool
ShouldSerializeStates ( ) : bool
ShouldSerializeUseGlobalContent ( ) : bool
ToString ( ) : string

메소드 상세

Clone() 공개 메소드

public Clone ( ) : EntitySave
리턴 EntitySave

EntitySave() 공개 메소드

public EntitySave ( ) : System
리턴 System

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

SetCustomVariable() 공개 메소드

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

ShouldSerializeCreatedByOtherEntities() 공개 메소드

public ShouldSerializeCreatedByOtherEntities ( ) : bool
리턴 bool

ShouldSerializeCustomVariables() 공개 메소드

public ShouldSerializeCustomVariables ( ) : bool
리턴 bool

ShouldSerializeEvents() 공개 메소드

public ShouldSerializeEvents ( ) : bool
리턴 bool

ShouldSerializeImplementsIClickable() 공개 메소드

public ShouldSerializeImplementsIClickable ( ) : bool
리턴 bool

ShouldSerializeImplementsIVisible() 공개 메소드

public ShouldSerializeImplementsIVisible ( ) : bool
리턴 bool

ShouldSerializeImplementsIWindow() 공개 메소드

public ShouldSerializeImplementsIWindow ( ) : bool
리턴 bool

ShouldSerializeIsUnique() 공개 메소드

public ShouldSerializeIsUnique ( ) : bool
리턴 bool

ShouldSerializeNamedObjects() 공개 메소드

public ShouldSerializeNamedObjects ( ) : bool
리턴 bool

ShouldSerializePooledByFactory() 공개 메소드

public ShouldSerializePooledByFactory ( ) : 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