示例#1
0
        //[XmlIgnore]
        //public bool ImplementationSpecified { get { return Implementation != null; } }



        public EndEvent()
        {
            Result         = EndEventTriggerEnum.None;
            Implementation = ImplementationEnum.WebService;
        }
示例#2
0
        //[XmlIgnore]
        //public bool ImplementationSpecified { get { return Implementation != null; } }



        public StartEvent()
        {
            Trigger        = StartEventTriggerEnum.None;
            Implementation = ImplementationEnum.WebService;
        }
示例#3
0
        //[XmlIgnore]
        //public bool ImplementationSpecified { get { return Implementation != null; } }



        public TaskSend()
        {
            Implementation = ImplementationEnum.WebService;
        }
        //[XmlIgnore]
        //public bool ImplementationSpecified { get { return Implementation != null; } }



        public TaskReceive()
        {
            IsInstantiate  = false;
            Implementation = ImplementationEnum.WebService;
        }
示例#5
0
        //[XmlIgnore]
        //public bool ImplementationSpecified { get { return Implementation != null; } }



        public TaskUser()
        {
            Implementation = ImplementationEnum.WebService;
        }