示例#1
0
        protected RoleOccupancy()
        {
            SetName(RoleName);
            _instance = this;

            {
                List <VParamType> args    = new List <VParamType>();
                List <VParamType> retVals = new List <VParamType>()
                {
                    new ParamType(ParamType.SimpleType.integer, null)
                };
                AddOperation(new Operation(RoleOccupancy.OpGetOccupancy, args, retVals, true));
            }
        }
示例#2
0
        protected RoleOccupancy()
        {

            SetName(RoleName);
            _instance = this;

            {
                List<VParamType> args = new List<VParamType>();
                List<VParamType> retVals = new List<VParamType>() { new ParamType(ParamType.SimpleType.integer, null) };
                AddOperation(new Operation(RoleOccupancy.OpGetOccupancy, args, retVals, true));
            }
        }