Table of Contents

Class CheckBoxFieldProxy

Namespace
Sfrep.AppraiseIt.Model.Scripting
Assembly
cs.temp.dll.dll

CheckBoxFieldProxy provides access to all matching checkbox fields.

public class CheckBoxFieldProxy : CompFieldProxyBase
Inheritance
Object
CompFieldProxyBase
CheckBoxFieldProxy
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()

Properties

Checked

This property gets the checked state of the first matching field. This property sets the checked state for all matching fields.

public bool Checked { get; set; }

Property Value

Boolean