protected virtual ProcessSchema CreateAccountCategoryEventsProcessSchema()
        {
            var schema = new AccountCategoryEventsProcessSchema(ProcessSchemaManager, this);

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