Exemplo n.º 1
0
        //[XmlIgnore]
        //public bool ImplementationSpecified { get { return Implementation != null; } }



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



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



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



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



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