Ejemplo n.º 1
0
 /// <summary>
 /// The get properties.
 /// </summary>
 public void GetProperties()
 {
     Operations.GetProperties(this.game, this.id, this.type, this.PropertyRevision);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// The get initial properties.
 /// </summary>
 public void GetInitialProperties()
 {
     Operations.GetProperties(this.game, this.id, this.type, null);
 }