C# 클래스 FlatRedBall.Arrow.DataTypes.ArrowElementSave

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

공개 프로퍼티들

프로퍼티 타입 설명
ElementType ElementType
Intent string
Name string

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ArrowElementSave ( ) : System
HandleCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
RaisePropertyChanged ( string propertyName ) : void
ShouldSerializeCircles ( ) : bool
ShouldSerializeElementInstances ( ) : bool
ShouldSerializeRectangles ( ) : bool
ShouldSerializeSpriteFrameSaves ( ) : bool
ShouldSerializeSprites ( ) : bool
ShouldSerializeTexts ( ) : bool
ToString ( ) : string

메소드 상세

ArrowElementSave() 공개 메소드

public ArrowElementSave ( ) : System
리턴 System

HandleCollectionChanged() 공개 메소드

public HandleCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
sender object
e System.Collections.Specialized.NotifyCollectionChangedEventArgs
리턴 void

RaisePropertyChanged() 공개 메소드

public RaisePropertyChanged ( string propertyName ) : void
propertyName string
리턴 void

ShouldSerializeCircles() 공개 메소드

public ShouldSerializeCircles ( ) : bool
리턴 bool

ShouldSerializeElementInstances() 공개 메소드

public ShouldSerializeElementInstances ( ) : bool
리턴 bool

ShouldSerializeRectangles() 공개 메소드

public ShouldSerializeRectangles ( ) : bool
리턴 bool

ShouldSerializeSpriteFrameSaves() 공개 메소드

public ShouldSerializeSpriteFrameSaves ( ) : bool
리턴 bool

ShouldSerializeSprites() 공개 메소드

public ShouldSerializeSprites ( ) : bool
리턴 bool

ShouldSerializeTexts() 공개 메소드

public ShouldSerializeTexts ( ) : bool
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

ElementType 공개적으로 프로퍼티

public ElementType ElementType
리턴 ElementType

Intent 공개적으로 프로퍼티

public string Intent
리턴 string

Name 공개적으로 프로퍼티

public string Name
리턴 string