Esempio n. 1
0
        protected virtual ProcessSchema CreateSysLDAPSynchUserEventsProcessSchema()
        {
            var schema = new SysLDAPSynchUserEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
Esempio n. 2
0
 public SysLDAPSynchUserEventsProcessSchema(SysLDAPSynchUserEventsProcessSchema source)
     : base(source)
 {
 }