Method | Description | |
---|---|---|
Get ( System.Guid guid ) : PersonAlias |
Gets the specified unique identifier.
|
|
Get ( int id ) : PersonAlias |
Gets the specified identifier.
|
|
GetByAliasEncryptedKey ( string encryptedKey ) : PersonAlias |
Gets the by encrypted key.
|
|
GetByAliasGuid ( System.Guid aliasPersonGuid ) : PersonAlias |
Gets the by alias unique identifier.
|
|
GetByAliasId ( int aliasPersonId ) : PersonAlias |
Gets the PersonAlias the by alias identifier.
|
|
GetByAliasPublicKey ( string publicKey ) : PersonAlias |
Gets the by public key.
|
|
GetPerson ( System.Guid personAliasGuid ) : Person |
Gets the person.
|
|
GetPerson ( int personAliasId ) : Person |
Gets the person.
|
|
GetPersonId ( int personAliasId ) : int? |
Gets the person identifier.
|
|
GetPrimaryAlias ( int personId ) : PersonAlias |
Gets the primary alias.
|
|
GetPrimaryAliasId ( int personId ) : int? |
Gets the primary alias identifier.
|
public Get ( System.Guid guid ) : PersonAlias | ||
guid | System.Guid | The unique identifier. |
return | PersonAlias |
public GetByAliasEncryptedKey ( string encryptedKey ) : PersonAlias | ||
encryptedKey | string | The encrypted key. |
return | PersonAlias |
public GetByAliasGuid ( System.Guid aliasPersonGuid ) : PersonAlias | ||
aliasPersonGuid | System.Guid | The alias person unique identifier. |
return | PersonAlias |
public GetByAliasId ( int aliasPersonId ) : PersonAlias | ||
aliasPersonId | int | The alias person identifier. |
return | PersonAlias |
public GetByAliasPublicKey ( string publicKey ) : PersonAlias | ||
publicKey | string | The public key. |
return | PersonAlias |
public GetPerson ( System.Guid personAliasGuid ) : Person | ||
personAliasGuid | System.Guid | The person alias unique identifier. |
return | Person |
public GetPerson ( int personAliasId ) : Person | ||
personAliasId | int | The person alias identifier. |
return | Person |
public GetPersonId ( int personAliasId ) : int? | ||
personAliasId | int | The person alias identifier. |
return | int? |
public GetPrimaryAlias ( int personId ) : PersonAlias | ||
personId | int | The person identifier. |
return | PersonAlias |
public GetPrimaryAliasId ( int personId ) : int? | ||
personId | int | The person identifier. |
return | int? |