1
This commit is contained in:
@@ -8,6 +8,10 @@ namespace BITKit
|
||||
public class ExcuteOnStartAttribute : Attribute { }
|
||||
[AttributeUsage(AttributeTargets.Method)]
|
||||
public class ExcuteOnStopAttribute : Attribute { }
|
||||
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
|
||||
public class ReadOnlyAttribute : Attribute { }
|
||||
|
||||
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
|
||||
public class ReadOnlyAttribute : Attribute
|
||||
{
|
||||
public bool HideLabel { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user