Table of Contents

Class ParamsContractEntry

Namespace
Ranorex.Core.Remoting
Assembly
Ranorex.Core.dll
public abstract class ParamsContractEntry
Inheritance
ParamsContractEntry
Derived
Inherited Members

Constructors

ParamsContractEntry()

protected ParamsContractEntry()

Properties

ArgumentName

public string ArgumentName { get; set; }

Property Value

string

ArgumentType

public abstract Type ArgumentType { get; }

Property Value

Type

DefaultValue

public object DefaultValue { get; set; }

Property Value

object

Required

public bool Required { get; set; }

Property Value

bool

Methods

ToString()

public override string ToString()

Returns

string