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