Example #1
0
 public Schema()
     : base()
 {
     InstanceType = typeof(__LaDisplaye__);
     ClassName    = "DisplayedDataJson";
     Properties.ClearExposed();
     DataContent = Add <__TString__>("DataContent$");
     DataContent.DefaultValue = "";
     DataContent.Editable     = true;
     DataContent.SetCustomAccessors((_p_) => { return(((__LaDisplaye__)_p_).__bf__DataContent__); }, (_p_, _v_) => { ((__LaDisplaye__)_p_).__bf__DataContent__ = (System.String)_v_; }, false);
 }