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