Beispiel #1
0
        protected RoleActuator()
        {
            SetName(RoleName);
            _instance = this;

            List <VParamType> args    = new List <VParamType>();
            List <VParamType> retVals = new List <VParamType>()
            {
                new ParamType(0)
            };

            AddOperation(new Operation(OpPutName, args, retVals, true));
        }
Beispiel #2
0
        protected RoleActuator()
        {
            SetName(RoleName);
            _instance = this;

            List<VParamType> args = new List<VParamType>();
            List<VParamType> retVals = new List<VParamType>() { new ParamType(0) };
            AddOperation(new Operation(OpPutName, args, retVals, true));
        }