Class InspectableIfAttribute
Inheritance
object
InspectableIfAttribute
Assembly: solution.dll
Syntax
public sealed class InspectableIfAttribute : Attribute, IInspectableAttribute
Constructors
InspectableIfAttribute(string)
Declaration
public InspectableIfAttribute(string conditionMember)
Parameters
| Type |
Name |
Description |
| string |
conditionMember |
|
Properties
conditionMember
Declaration
public string conditionMember { get; }
Property Value
order
Declaration
public int order { get; set; }
Property Value
Implements
Extension Methods