C# Class Ctc.Ods.Types.Section

Inheritance: ISection
Show file Open project: BellevueCollege/CtcApi Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

Equals() public method

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.
return bool

Equals() public method

public Equals ( Section other ) : bool
other Section
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Section() public method

public Section ( ) : System
return System

Section() public method

public Section ( ISectionID sectionId ) : System
sectionId ISectionID
return System

Section() public method

public Section ( string sectionId ) : System
sectionId string
return System

ToString() public method

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

operator() public static method

public static operator ( ) : bool
return bool