C# 클래스 MicroLite.Mapping.Attributes.IdentifierAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: TrevorPilley/MicroLite 1 사용 예제들

공개 메소드들

메소드 설명
IdentifierAttribute ( IdentifierStrategy identifierStrategy ) : System

Initialises a new instance of the IdentifierAttribute class.

IdentifierAttribute ( IdentifierStrategy identifierStrategy, string sequenceName ) : System

Initialises a new instance of the IdentifierAttribute class.

메소드 상세

IdentifierAttribute() 공개 메소드

Initialises a new instance of the IdentifierAttribute class.
public IdentifierAttribute ( IdentifierStrategy identifierStrategy ) : System
identifierStrategy IdentifierStrategy The identifier strategy used to manage the identifier's value.
리턴 System

IdentifierAttribute() 공개 메소드

Initialises a new instance of the IdentifierAttribute class.
public IdentifierAttribute ( IdentifierStrategy identifierStrategy, string sequenceName ) : System
identifierStrategy IdentifierStrategy The identifier strategy used to manage the identifier's value.
sequenceName string The name of the sequence which generates the identifier value.
리턴 System