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