Пример #1
0
 public Validation() : base("Validation")
 {
     Restriction = new AnnotationProperty(
         this,
         "Restriction");
     SubPropertyName = new AnnotationProperty(
         this,
         "SubPropertyName");
     RangeValidated = new AnnotationProperty(
         this,
         "RangeValidated");
 }
Пример #2
0
 public MainWindow()
 {
     InitializeComponent();
     PropertyWindow     = new AnnotationProperty(PDF);
     PDF.PropertyWindow = PropertyWindow;
 }
Пример #3
0
 set => SetValue(AnnotationProperty, value);
Пример #4
0
 /// <summary>
 /// Implements the constructor: AnnotationProperty()
 /// Direct superclasses: global::MetaDslx.Soal.NamedElement
 /// All superclasses: global::MetaDslx.Soal.NamedElement
 /// </summary>
 public virtual void AnnotationProperty(AnnotationProperty @this)
 {
     this.NamedElement(@this);
 }