Entry Class

Definition

Contains the definition of Entry class. This can be used to store a value and its type.

public ref class Entry
[System.Serializable]
public class Entry
[<System.Serializable>]
type Entry = class
Public Class Entry
Inheritance
Entry
Attributes

Constructors

Entry()

Constructor for Entry class.

Entry(String)

Constructor for Entry class.

Entry(String, Boolean)

Constructor for Entry class.

Entry(Type, String)

Constructor for Entry class.

Properties

EntryType

Type should be the expected type of ValueString or ActionLogFormats/ActionNames enumerations in which case the string corresponding to those enumerations will be taken.

TypeName
ValueString

Methods

ToString()

Applies to