C# 클래스 SIL.FieldWorks.SharpViews.AssembledStyles.PropSetterImpl

A family of little classes used to set properties of an AssembledStyles.
상속: PropSetter
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
BuildChain ( PropSetterImpl start, PropSetterImpl add ) : PropSetterImpl
SetOwnProperty ( AssembledStyles styles ) : void
SetProperty ( AssembledStyles styles ) : void

메소드 상세

AppendProp() 공개 메소드

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
리턴 void

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int