C# Class LibiadaCore.Core.SimpleTypes.ValueString

String-element class.
Inheritance: IBaseObject
ファイルを表示 Open project: intervals-mining-lab/libiada-core Class Usage Examples

Public Properties

Property Type Description
Value string

Public Methods

Method Description
Clone ( ) : IBaseObject

The clone.

Equals ( ValueString other ) : bool

The equals.

Equals ( object other ) : bool

The equals.

GetHashCode ( ) : int

The get hash code.

ToString ( ) : string

The to string.

ValueString ( char value ) : System

Initializes a new instance of the ValueString class.

ValueString ( string value ) : System

Initializes a new instance of the ValueString class.

Method Details

Clone() public method

The clone.
public Clone ( ) : IBaseObject
return IBaseObject

Equals() public method

The equals.
public Equals ( ValueString other ) : bool
other ValueString /// The other. ///
return bool

Equals() public method

The equals.
public Equals ( object other ) : bool
other object /// The other element. ///
return bool

GetHashCode() public method

The get hash code.
public GetHashCode ( ) : int
return int

ToString() public method

The to string.
public ToString ( ) : string
return string

ValueString() public method

Initializes a new instance of the ValueString class.
public ValueString ( char value ) : System
value char /// The value of element. ///
return System

ValueString() public method

Initializes a new instance of the ValueString class.
public ValueString ( string value ) : System
value string /// The value. ///
return System

Property Details

Value public_oe property

The value.
public string Value
return string