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