Table of Contents

Class StringItem

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Represents a wrapper of a string value for a purpose of a registration in DataTypeManager.

public sealed class StringItem
Inheritance
object
StringItem
Extension Methods

Constructors

StringItem(string)

Creates a new instance.

public StringItem(string value)

Parameters

value string

String value.

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string

Operators

implicit operator string(StringItem)

Implicit cast operator from StringItem to string.

public static implicit operator string(StringItem item)

Parameters

item StringItem

Returns

string

implicit operator StringItem(string)

Implicit cast operator from string to StringItem.

public static implicit operator StringItem(string value)

Parameters

value string

String value.

Returns

StringItem