Example #1
0
        protected virtual ProcessSchema CreateParticipantResponseEventsProcessSchema()
        {
            var schema = new ParticipantResponseEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
Example #2
0
 public ParticipantResponseEventsProcessSchema(ParticipantResponseEventsProcessSchema source)
     : base(source)
 {
 }