C# Class Fluqi.Core.HeightStyle

Models the HeightStyle options available as standard with jQuery UI components
Exibir arquivo Open project: toepoke/Fluqi

Public Methods

Method Description
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;

Method Details

HeightStyleToString() public static method

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

HeightStyleToString() public static method

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

HeightStyleToString() public static method

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

StringToHeightStyle() public static method

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

ToList() public static method

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