C# Class FlatRedBall.Arrow.DataTypes.ArrowElementSave

Inheritance: INotifyPropertyChanged
Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
ElementType ElementType
Intent string
Name string

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

ArrowElementSave() public method

public ArrowElementSave ( ) : System
return System

HandleCollectionChanged() public method

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

RaisePropertyChanged() public method

public RaisePropertyChanged ( string propertyName ) : void
propertyName string
return void

ShouldSerializeCircles() public method

public ShouldSerializeCircles ( ) : bool
return bool

ShouldSerializeElementInstances() public method

public ShouldSerializeElementInstances ( ) : bool
return bool

ShouldSerializeRectangles() public method

public ShouldSerializeRectangles ( ) : bool
return bool

ShouldSerializeSpriteFrameSaves() public method

public ShouldSerializeSpriteFrameSaves ( ) : bool
return bool

ShouldSerializeSprites() public method

public ShouldSerializeSprites ( ) : bool
return bool

ShouldSerializeTexts() public method

public ShouldSerializeTexts ( ) : bool
return bool

ToString() public method

public ToString ( ) : string
return string

Property Details

ElementType public property

public ElementType ElementType
return ElementType

Intent public property

public string Intent
return string

Name public property

public string Name
return string