C# Class SIL.FieldWorks.SharpViews.AssembledStyles.PropSetterImpl

A family of little classes used to set properties of an AssembledStyles.
Inheritance: PropSetter
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
AppendProp ( PropSetter props ) : void

Append the specified setter to your list, making a prop setter that will set all the indicated properties.

Equals ( object obj ) : bool
GetHashCode ( ) : int

Private Methods

Méthode Description
BuildChain ( PropSetterImpl start, PropSetterImpl add ) : PropSetterImpl
SetOwnProperty ( AssembledStyles styles ) : void
SetProperty ( AssembledStyles styles ) : void

Method Details

AppendProp() public méthode

Append the specified setter to your list, making a prop setter that will set all the indicated properties.
public AppendProp ( PropSetter props ) : void
props PropSetter
Résultat void

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int