C# 클래스 LibiadaCore.Core.SimpleTypes.ValueString

String-element class.
상속: IBaseObject
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Value string

공개 메소드들

메소드 설명
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.

메소드 상세

Clone() 공개 메소드

The clone.
public Clone ( ) : IBaseObject
리턴 IBaseObject

Equals() 공개 메소드

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

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

The get hash code.
public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

The to string.
public ToString ( ) : string
리턴 string

ValueString() 공개 메소드

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

ValueString() 공개 메소드

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

프로퍼티 상세

Value 공개적으로 프로퍼티

The value.
public string Value
리턴 string