protected virtual ProcessSchema CreateVwMobileCaseMessageHistoryEventsProcessSchema()
        {
            var schema = new VwMobileCaseMessageHistoryEventsProcessSchema(ProcessSchemaManager, this);

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