protected virtual ProcessSchema CreateSysMsgUserStateIconEventsProcessSchema()
        {
            var schema = new SysMsgUserStateIconEventsProcessSchema(ProcessSchemaManager, this);

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