C# Class LightFramework.Data.Operand

显示文件 Open project: xianrendzw/LightFramework.Net Class Usage Examples

Protected Properties

Property Type Description
_operands List

Public Methods

Method Description
Append ( Operand operand ) : Operand
ToString ( ) : string

Protected Methods

Method Description
ToExpression ( ) : string

Method Details

Append() public method

public Append ( Operand operand ) : Operand
operand Operand
return Operand

ToExpression() protected abstract method

protected abstract ToExpression ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string

Property Details

_operands protected_oe property

protected List _operands
return List