C# 클래스 LibiadaWeb.Models.Repositories.Catalogs.CharacteristicTypeLinkRepository

The characteristic type link repository.
상속: ICharacteristicTypeLinkRepository
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-web 1 사용 예제들

공개 메소드들

메소드 설명
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