示例#1
0
 /// <summary>Initializes a new instance of the LocksUnlocksBehavior class.</summary>
 /// <param name="instanceID">ID of the behavior instance.</param>
 /// <param name="instanceProperties">The dictionary of propertyNames-propertyValues for this behavior instance.</param>
 public LocksUnlocksBehavior(long instanceID, Dictionary <string, object> instanceProperties)
     : base(instanceProperties)
 {
     commands = new LocksUnlocksBehaviorCommands(this);
     ID       = instanceID;
 }
 /// <summary>
 /// Initializes a new instance of the LocksUnlocksBehavior class.
 /// </summary>
 /// <param name="instanceID">ID of the behavior instance.</param>
 /// <param name="instanceProperties">The dictionary of propertyNames-propertyValues for this behavior instance.</param>
 public LocksUnlocksBehavior(long instanceID, Dictionary<string, object> instanceProperties)
     : base(instanceProperties)
 {
     this.commands = new LocksUnlocksBehaviorCommands(this);
     this.ID = instanceID;
 }