C# Class Foxoft.Ci.CiConstExpr

Inheritance: CiExpr
Afficher le fichier Open project: epi/cito Class Usage Examples

Méthodes publiques

Свойство Type Description
Value object

Méthodes publiques

Méthode Description
CiConstExpr ( int value ) : System
CiConstExpr ( object value ) : System
IsConst ( object value ) : bool

Method Details

CiConstExpr() public méthode

public CiConstExpr ( int value ) : System
value int
Résultat System

CiConstExpr() public méthode

public CiConstExpr ( object value ) : System
value object
Résultat System

IsConst() public méthode

public IsConst ( object value ) : bool
value object
Résultat bool

Property Details

Value public_oe property

public object Value
Résultat object