protected virtual ProcessSchema CreateUsrSessionstatusEventsProcessSchema()
        {
            var schema = new UsrSessionstatusEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
 public UsrSessionstatusEventsProcessSchema(UsrSessionstatusEventsProcessSchema source)
     : base(source)
 {
 }