SharpLibEar/ActionSleep.cs
changeset 231 4c706feaf706
parent 228 6a84d8282226
child 258 e237c2e33545
     1.1 --- a/SharpLibEar/ActionSleep.cs	Sun Jul 31 12:03:52 2016 +0200
     1.2 +++ b/SharpLibEar/ActionSleep.cs	Fri Aug 12 20:25:05 2016 +0200
     1.3 @@ -10,11 +10,11 @@
     1.4      
     1.5  
     1.6      [DataContract]
     1.7 -    [AttributeAction(Id = "Thread.Sleep", Name = "Sleep", Description = "Have the current thread sleep for the specified amount of milliseconds.")]
     1.8 +    [AttributeObject(Id = "Thread.Sleep", Name = "Sleep", Description = "Have the current thread sleep for the specified amount of milliseconds.")]
     1.9      public class ActionSleep : Action
    1.10      {
    1.11          [DataMember]
    1.12 -        [AttributeActionProperty
    1.13 +        [AttributeObjectProperty
    1.14              (
    1.15                  Id = "Thread.Sleep.Timeout",
    1.16                  Name = "Timeout (ms)",