ItalaApiNET  1.3.3
Properties | List of all members
Itala.GenApi.IEnumEntry Interface Reference

Interface for enum entry nodes managed by GenApi. More...

Inheritance diagram for Itala.GenApi.IEnumEntry:
Itala.GenApi.IValue Itala.GenApi.IBase

Properties

Int64 Value [get]
 Integer value of the enum entry. More...
 
string SymbolicValue [get]
 Symbolic value of the enum entry. More...
 
double NumericValue [get]
 Numerical value of the enum entry. More...
 
bool IsSelfClearing [get]
 Get the self clearing property of the enum entry. More...
 
- Properties inherited from Itala.GenApi.IValue
bool IsValueCacheValid [get]
 Checks if the value comes from cache or is requested from another node. More...
 
- Properties inherited from Itala.GenApi.IBase
AccessMode AccessMode [get]
 Get the access mode of the node. More...
 
bool IsReadable [get]
 Checks if a node is readable, More...
 
bool IsWritable [get]
 Checks if a node is writable. More...
 
bool IsImplemented [get]
 Checks if a node is implemented. More...
 
bool IsAvailable [get]
 Checks if a node is available. More...
 

Additional Inherited Members

- Public Member Functions inherited from Itala.GenApi.IValue
INode GetNode ()
 INode interface of the node. More...
 
void FromString (string value)
 Set content of the node as string. More...
 
string ToString ()
 Get content of the node as string. More...
 

Detailed Description

Interface for enum entry nodes managed by GenApi.

Property Documentation

◆ Value

Int64 Itala.GenApi.IEnumEntry.Value
get

Integer value of the enum entry.

◆ SymbolicValue

string Itala.GenApi.IEnumEntry.SymbolicValue
get

Symbolic value of the enum entry.

◆ NumericValue

double Itala.GenApi.IEnumEntry.NumericValue
get

Numerical value of the enum entry.

◆ IsSelfClearing

bool Itala.GenApi.IEnumEntry.IsSelfClearing
get

Get the self clearing property of the enum entry.


The documentation for this interface was generated from the following file: