示例#1
0
        public ActionXmlSet Read()
        {
            RecorderProtocol protocol = identity as RecorderProtocol;

            if (protocol == null)
            {
                throw new ArgumentException();
            }
            ScriptObject scriptObject = ServerApiInvoker.Get_Script(protocol.ScriptId);

            xmlset = CreateActionXmlSet(scriptObject);
            return(xmlset);
        }
示例#2
0
 public ActionRepository(RecorderProtocol identity)
 {
     this.identity = identity;
 }