Class InspectableIfAttribute
Namespace: Ludiq
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
public sealed class InspectableIfAttribute : Attribute, _Attribute, IInspectableAttribute
Constructors
InspectableIfAttribute(String)
Declaration
public InspectableIfAttribute(string conditionMemberName)
Parameters
| Type | Name | Description |
|---|---|---|
| String | conditionMemberName |
Properties
conditionMemberName
Declaration
public string conditionMemberName { get; }
Property Value
| Type | Description |
|---|---|
| String |
order
Declaration
public int order { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |