ArcGIS4LocalGovernment.LastValueEntry.LastValueEntry C# (CSharp) Method

LastValueEntry() public method

public LastValueEntry ( ) : System
return System
        public LastValueEntry()
        {
            Value = null;
            On_Create = false;
            On_ChangeAtt = false;
            On_ChangeGeo = false;
            On_Manual = false;
        }

Same methods

LastValueEntry::LastValueEntry ( object value, bool on_Create, bool on_changeAtt, bool on_ChangeGeo, bool on_Manual ) : System
LastValueEntry