protected virtual ProcessSchema CreateContactEventsProcessSchema()
        {
            var schema = new ContactEventsProcessSchema(ProcessSchemaManager, this);

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