Class ParamsContractEntry<T>
- Namespace
- Ranorex.Core.Remoting
- Assembly
- Ranorex.Core.dll
public class ParamsContractEntry<T> : ParamsContractEntry
Type Parameters
T
- Inheritance
-
ParamsContractEntry<T>
- Inherited Members
-
Constructors
ParamsContractEntry()
public ParamsContractEntry()
Fields
typedDefault
Field Value
- T
validValueList
protected List<T> validValueList
Field Value
- List<T>
Properties
ArgumentType
public override Type ArgumentType { get; }
Property Value
- Type
TypedDefaultValue
public T TypedDefaultValue { get; set; }
Property Value
- T
ValidValues
public List<T> ValidValues { get; set; }
Property Value
- List<T>