C# Class Ctc.Ods.Types.Section

Inheritance: ISection
Afficher le fichier Open project: BellevueCollege/CtcApi Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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.
Résultat bool

Equals() public méthode

public Equals ( Section other ) : bool
other Section
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Section() public méthode

public Section ( ) : System
Résultat System

Section() public méthode

public Section ( ISectionID sectionId ) : System
sectionId ISectionID
Résultat System

Section() public méthode

public Section ( string sectionId ) : System
sectionId string
Résultat System

ToString() public méthode

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

operator() public static méthode

public static operator ( ) : bool
Résultat bool