Table of Contents

Class VariableStore.Entry

Namespace
Ranorex.Core.Data
Assembly
Ranorex.Core.dll
public class VariableStore.Entry
Inheritance
VariableStore.Entry
Inherited Members

Properties

DefaultValue

public string DefaultValue { get; set; }

Property Value

string

Id

public Guid Id { get; }

Property Value

Guid

VariableName

public CaseInsensitiveString VariableName { get; }

Property Value

CaseInsensitiveString

Methods

Clone()

public VariableStore.Entry Clone()

Returns

VariableStore.Entry

Clone(Guid)

public VariableStore.Entry Clone(Guid id)

Parameters

id Guid

Returns

VariableStore.Entry

Create(CaseInsensitiveString, Guid, string, out Entry)

public static Exception Create(CaseInsensitiveString variableName, Guid id, string defaultValue, out VariableStore.Entry entry)

Parameters

variableName CaseInsensitiveString
id Guid
defaultValue string
entry VariableStore.Entry

Returns

Exception