protected virtual ProcessSchema CreateVwVisaEventsProcessSchema() { var schema = new VwVisaEventsProcessSchema(ProcessSchemaManager, this); schema.InitializePrimaryInfo(); return(schema); }
public VwVisaEventsProcessSchema(VwVisaEventsProcessSchema source) : base(source) { }