C# Class Com.Aote.Report.Row

Inheritance: IMove, IComparable
Mostrar archivo Open project: DuBin1988/newsellinggas Class Usage Examples

Public Properties

Property Type Description
Height int
Number int
StartY int
Type string

Public Methods

Method Description
CompareTo ( object obj ) : int
MoveTo ( Point point ) : void

Method Details

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

MoveTo() public method

public MoveTo ( Point point ) : void
point Point
return void

Property Details

Height public_oe property

public int Height
return int

Number public_oe property

public int Number
return int

StartY public_oe property

public int StartY
return int

Type public_oe property

public string Type
return string