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

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

Public Methods

Method 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

Method Description
BuildChain ( PropSetterImpl start, PropSetterImpl add ) : PropSetterImpl
SetOwnProperty ( AssembledStyles styles ) : void
SetProperty ( AssembledStyles styles ) : void

Method Details

AppendProp() public method

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
return void

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int