Пример #1
0
 /// <summary>
 /// Creates a new observable property access proxy
 /// </summary>
 /// <param name="modelElement">The model instance element for which to create the property access proxy</param>
 public IntegerValueProxy(IIntegerLiteralExp modelElement) :
     base(modelElement, "integerValue")
 {
 }
Пример #2
0
 /// <summary>
 /// Creates a new observable property access proxy
 /// </summary>
 /// <param name="modelElement">The model instance element for which to create the property access proxy</param>
 public IntegerSymbolProxy(IIntegerLiteralExp modelElement) :
     base(modelElement)
 {
 }