C# Класс LibiadaWeb.Models.Repositories.Catalogs.CharacteristicTypeLinkRepository

The characteristic type link repository.
Наследование: ICharacteristicTypeLinkRepository
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CharacteristicTypeLinkRepository ( LibiadaWebEntities db ) : System.Collections.Generic

Initializes a new instance of the CharacteristicTypeLinkRepository class.

Dispose ( ) : void

The dispose.

GetCharacteristicName ( int characteristicTypeLinkId ) : string

The get characteristic name.

GetCharacteristicName ( int characteristicTypeLinkId, int notationId ) : string

The get characteristic name.

GetCharacteristicType ( int characteristicTypeLinkId ) : CharacteristicType

The get characteristic type.

GetLibiadaLink ( int characteristicTypeLinkId ) : LibiadaCore.Core.Link

The get libiada link.

Описание методов

CharacteristicTypeLinkRepository() публичный Метод

Initializes a new instance of the CharacteristicTypeLinkRepository class.
public CharacteristicTypeLinkRepository ( LibiadaWebEntities db ) : System.Collections.Generic
db LibiadaWebEntities /// The db. ///
Результат System.Collections.Generic

Dispose() публичный Метод

The dispose.
public Dispose ( ) : void
Результат void

GetCharacteristicName() публичный Метод

The get characteristic name.
public GetCharacteristicName ( int characteristicTypeLinkId ) : string
characteristicTypeLinkId int /// The characteristic type and link id. ///
Результат string

GetCharacteristicName() публичный Метод

The get characteristic name.
public GetCharacteristicName ( int characteristicTypeLinkId, int notationId ) : string
characteristicTypeLinkId int /// The characteristic type and link id. ///
notationId int /// The notation id. ///
Результат string

GetCharacteristicType() публичный Метод

The get characteristic type.
public GetCharacteristicType ( int characteristicTypeLinkId ) : CharacteristicType
characteristicTypeLinkId int /// The characteristic type link id. ///
Результат CharacteristicType

GetLibiadaLink() публичный Метод

The get libiada link.
public GetLibiadaLink ( int characteristicTypeLinkId ) : LibiadaCore.Core.Link
characteristicTypeLinkId int /// The characteristic type link id. ///
Результат LibiadaCore.Core.Link