Class TextFieldProxy
- Namespace
- Sfrep.AppraiseIt.Model.Scripting
- Assembly
- cs.temp.dll.dll
TextFieldProxy provides access to all matching text fields.
public class TextFieldProxy : CompFieldProxyBase
- Inheritance
-
ObjectCompFieldProxyBaseTextFieldProxy
- Inherited Members
-
Object.ToString()Object.Equals(Object)Object.Equals(Object, Object)Object.ReferenceEquals(Object, Object)Object.GetHashCode()Object.GetType()Object.MemberwiseClone()
Properties
Number
This property gets the value of the first matching field in decimal format. If the text cannot be parsed into a numeric value, 0 is returned. This property sets the value for all matching fields in decimal format.
public decimal Number { get; set; }
Property Value
- Decimal
Text
This property gets the value of the first matching field in plain text format. This property sets the value for all matching fields in plain text format.
public string Text { get; set; }
Property Value
- String