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