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)); }
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)); }