Example #1
0
    public ParTestAgent()
    {
        TV_KEMPLOYEE_0.resetProperties();

        TV_LIST_INT_0        = new List <int>();
        STV_LIST_INT_0       = new List <int>();
        TV_LIST_KEMPLOYEE_0  = new List <kEmployee>();
        STV_LIST_KEMPLOYEE_0 = new List <kEmployee>();
    }
Example #2
0
    public virtual void resetProperties()
    {
        TV_CHAR_0  = '\0';
        TV_BYTE_0  = 0;
        TV_SBYTE_0 = 0;
        TV_STR_0   = String.Empty;
        TV_AGENT_0 = null;
        TV_KEMPLOYEE_0.resetProperties();
        STV_KEMPLOYEE_0.resetProperties();

        STV_LIST_SBYTE_0.Clear();
        TV_LIST_KEMPLOYEE_0.Clear();
        STV_LIST_KEMPLOYEE_0.Clear();
    }
Example #3
0
    public override void resetProperties()
    {
        base.resetProperties();

        TV_SHORT_0  = 0;
        TV_INT_0    = 0;
        STV_INT_0   = 0;
        TV_LONG_0   = 0L;
        TV_USHORT_0 = 0;

        TV_KEMPLOYEE_0.resetProperties();
        STV_KEMPLOYEE_0.resetProperties();

        TV_LIST_INT_0.Clear();
        STV_LIST_INT_0.Clear();
        TV_LIST_KEMPLOYEE_0.Clear();
        STV_LIST_KEMPLOYEE_0.Clear();
    }
Example #4
0
    public override void resetProperties()
    {
        base.resetProperties();

        TV_I16_0  = 0;
        TV_I32_0  = 0;
        STV_I32_0 = 0;
        TV_I64_0  = 0L;
        TV_UI16_0 = 0;

        TV_KEMPLOYEE_0.resetProperties();
        STV_KEMPLOYEE_0.resetProperties();

        TV_LIST_I32_0.Clear();
        STV_LIST_I32_0.Clear();
        TV_LIST_KEMPLOYEE_0.Clear();
        STV_LIST_KEMPLOYEE_0.Clear();
    }