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