C# Class FlatRedBall.Arrow.DataTypes.ArrowElementSave

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
ElementType ElementType
Intent string
Name string

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public ArrowElementSave ( ) : System
Résultat System

HandleCollectionChanged() public méthode

public HandleCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
sender object
e System.Collections.Specialized.NotifyCollectionChangedEventArgs
Résultat void

RaisePropertyChanged() public méthode

public RaisePropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

ShouldSerializeCircles() public méthode

public ShouldSerializeCircles ( ) : bool
Résultat bool

ShouldSerializeElementInstances() public méthode

public ShouldSerializeElementInstances ( ) : bool
Résultat bool

ShouldSerializeRectangles() public méthode

public ShouldSerializeRectangles ( ) : bool
Résultat bool

ShouldSerializeSpriteFrameSaves() public méthode

public ShouldSerializeSpriteFrameSaves ( ) : bool
Résultat bool

ShouldSerializeSprites() public méthode

public ShouldSerializeSprites ( ) : bool
Résultat bool

ShouldSerializeTexts() public méthode

public ShouldSerializeTexts ( ) : bool
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

ElementType public_oe property

public ElementType ElementType
Résultat ElementType

Intent public_oe property

public string Intent
Résultat string

Name public_oe property

public string Name
Résultat string