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