Method | Description | |
---|---|---|
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.
|
public IdentifierAttribute ( IdentifierStrategy identifierStrategy ) : System | ||
identifierStrategy | IdentifierStrategy | The identifier strategy used to manage the identifier's value. |
return | System |
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. |
return | System |