protected virtual ProcessSchema CreateSpecificationInLeadEventsProcessSchema()
        {
            var schema = new SpecificationInLeadEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
 public SpecificationInLeadEventsProcessSchema(SpecificationInLeadEventsProcessSchema source)
     : base(source)
 {
 }