C# Class LibiadaWeb.Models.Repositories.Catalogs.CharacteristicTypeLinkRepository

The characteristic type link repository.
Inheritance: ICharacteristicTypeLinkRepository
ファイルを表示 Open project: intervals-mining-lab/libiada-web Class Usage Examples

Public Methods

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

Method Details

CharacteristicTypeLinkRepository() public method

Initializes a new instance of the CharacteristicTypeLinkRepository class.
public CharacteristicTypeLinkRepository ( LibiadaWebEntities db ) : System.Collections.Generic
db LibiadaWebEntities /// The db. ///
return System.Collections.Generic

Dispose() public method

The dispose.
public Dispose ( ) : void
return void

GetCharacteristicName() public method

The get characteristic name.
public GetCharacteristicName ( int characteristicTypeLinkId ) : string
characteristicTypeLinkId int /// The characteristic type and link id. ///
return string

GetCharacteristicName() public method

The get characteristic name.
public GetCharacteristicName ( int characteristicTypeLinkId, int notationId ) : string
characteristicTypeLinkId int /// The characteristic type and link id. ///
notationId int /// The notation id. ///
return string

GetCharacteristicType() public method

The get characteristic type.
public GetCharacteristicType ( int characteristicTypeLinkId ) : CharacteristicType
characteristicTypeLinkId int /// The characteristic type link id. ///
return CharacteristicType

GetLibiadaLink() public method

The get libiada link.
public GetLibiadaLink ( int characteristicTypeLinkId ) : LibiadaCore.Core.Link
characteristicTypeLinkId int /// The characteristic type link id. ///
return LibiadaCore.Core.Link