C# 클래스 Fluqi.Core.HeightStyle

Models the HeightStyle options available as standard with jQuery UI components
파일 보기 프로젝트 열기: toepoke/Fluqi

공개 메소드들

메소드 설명
HeightStyleToString ( List styles ) : string

Converts a list of HeightStyles into a (space) separated string. Note HeightStyles specified as "None" are excluded.

HeightStyleToString ( eHeightStyle style ) : string

Converts the HeightStyle option into a string.

HeightStyleToString ( int style ) : string

Converts the HeightStyle option into a string.

StringToHeightStyle ( string style ) : eHeightStyle

Converts a string into an HeightStyle into an enum option.

ToList ( ) : List

Returns all the enumeration items as list;

메소드 상세

HeightStyleToString() 공개 정적인 메소드

Converts a list of HeightStyles into a (space) separated string. Note HeightStyles specified as "None" are excluded.
public static HeightStyleToString ( List styles ) : string
styles List
리턴 string

HeightStyleToString() 공개 정적인 메소드

Converts the HeightStyle option into a string.
public static HeightStyleToString ( eHeightStyle style ) : string
style eHeightStyle HeightStyle option to convert
리턴 string

HeightStyleToString() 공개 정적인 메소드

Converts the HeightStyle option into a string.
public static HeightStyleToString ( int style ) : string
style int HeightStyle option to convert
리턴 string

StringToHeightStyle() 공개 정적인 메소드

Converts a string into an HeightStyle into an enum option.
public static StringToHeightStyle ( string style ) : eHeightStyle
style string String to convert
리턴 eHeightStyle

ToList() 공개 정적인 메소드

Returns all the enumeration items as list;
public static ToList ( ) : List
리턴 List