API Reference
Enum
ToolCapabilityParitySourceContractKind
Structured upstream source contract used by the runtime parity inventory.
Inheritance
- Enum
- ToolCapabilityParitySourceContractKind
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const ToolCapabilityParitySourceContractKind TypeExists #The upstream type must exist.
Value:
0public const ToolCapabilityParitySourceContractKind PublicInstanceProperty #The upstream type must expose a public instance property.
Value:
1public const ToolCapabilityParitySourceContractKind PublicStaticMethod #The upstream type must expose one specific public static method.
Value:
2public const ToolCapabilityParitySourceContractKind AnyPublicStaticMethod #The upstream type must expose at least one of the listed public static methods.
Value:
3public const ToolCapabilityParitySourceContractKind AllPublicStaticMethods #The upstream type must expose all listed public static methods.
Value:
4