C# Класс Ctc.Ods.Types.Section

Наследование: ISection
Показать файл Открыть проект Примеры использования класса

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