IGLib  1.7.2
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Lib.CounterVar Class Reference
+ Inheritance diagram for IG.Lib.CounterVar:
+ Collaboration diagram for IG.Lib.CounterVar:

Properties

long Value [get, set]
 Gets or sets More...
 
override string TypeName [get]
 
override string[] TypeNames [get]
 
- Properties inherited from IG.Lib.VarTypeBase
virtual string TypeName [get]
 
virtual string[] TypeNames [get]
 
- Properties inherited from IG.Lib.ITypeName
string TypeName [get]
 Gets the standard name of the type. More...
 
string[] TypeNames [get]
 

Private Attributes

long _Value = 0
 
const string _TypeName = "counter"
 
string[] _TypeNames = {_TypeName, "cont"}
 

Additional Inherited Members

- Public Member Functions inherited from IG.Lib.VarTypeBase
virtual object FromXmlElement (XmlElement source, ref object initial)
 Creates a new object and initializes it from an XML element. More...
 
virtual XmlElement ToXmlElement (object source, XmlDocument doc, ref XmlElement initial)
 Creates and returns XML representation of an object. More...
 
string ConvertToString (object source, string format)
 
object ParseFromString (string source, string format, int position, out int next)
 

Member Data Documentation

long IG.Lib.CounterVar._Value = 0
private
const string IG.Lib.CounterVar._TypeName = "counter"
private
string [] IG.Lib.CounterVar._TypeNames = {_TypeName, "cont"}
private

Property Documentation

long IG.Lib.CounterVar.Value
getset

Gets or sets

override string IG.Lib.CounterVar.TypeName
get
override string [] IG.Lib.CounterVar.TypeNames
get

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