C# 클래스 Ctc.Ods.Types.Section

상속: ISection
파일 보기 프로젝트 열기: BellevueCollege/CtcApi 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Equals ( ISection other ) : bool

Indicates whether the current object is equal to another object of the same type.

Equals ( Section other ) : bool

Equals ( object obj ) : bool

GetHashCode ( ) : int

Section ( ) : System

Section ( ISectionID sectionId ) : System

Section ( string sectionId ) : System

ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

operator ( ) : bool

메소드 상세

Equals() 공개 메소드

Indicates whether the current object is equal to another object of the same type.
public Equals ( ISection other ) : bool
other ISection An object to compare with this object.
리턴 bool

Equals() 공개 메소드

public Equals ( Section other ) : bool
other Section
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Section() 공개 메소드

public Section ( ) : System
리턴 System

Section() 공개 메소드

public Section ( ISectionID sectionId ) : System
sectionId ISectionID
리턴 System

Section() 공개 메소드

public Section ( string sectionId ) : System
sectionId string
리턴 System

ToString() 공개 메소드

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool