Values.TextValue Class Reference

Detailed Description

A single value for a particular mapped property.

Inheritance diagram for Values.TextValue:
Values.PropertyValue

Public Member Functions

 TextValue ()
 
 TextValue (string value)
 
override int GetID ()
 
override PropertyValue Create ()
 
override PropertyValue Copy ()
 
override void Read (Reader reader)
 
override void Write (Writer writer)
 

Public Attributes

string Value
 
- Public Attributes inherited from Values.PropertyValue
bool Changed =true
 True if the value got changed. More...
 
int UnresolvedID =-1
 

Additional Inherited Members

- Properties inherited from Values.PropertyValue
bool ResolveRequired [get]
 

Constructor & Destructor Documentation

Values.TextValue.TextValue ( )
inline
Values.TextValue.TextValue ( string  value)
inline

Member Function Documentation

override PropertyValue Values.TextValue.Copy ( )
inlinevirtual

Reimplemented from Values.PropertyValue.

override PropertyValue Values.TextValue.Create ( )
inlinevirtual

Reimplemented from Values.PropertyValue.

override int Values.TextValue.GetID ( )
inlinevirtual

Reimplemented from Values.PropertyValue.

override void Values.TextValue.Read ( Reader  reader)
inlinevirtual

Reimplemented from Values.PropertyValue.

override void Values.TextValue.Write ( Writer  writer)
inlinevirtual

Reimplemented from Values.PropertyValue.

Member Data Documentation

string Values.TextValue.Value