C# 클래스 Rock.Model.PersonAliasService

Data access/service class for Rock.Model.PersonAlias entity type objects.
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

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

메소드 상세

Get() 공개 메소드

Gets the specified unique identifier.
public Get ( System.Guid guid ) : PersonAlias
guid System.Guid The unique identifier.
리턴 PersonAlias

Get() 공개 메소드

Gets the specified identifier.
public Get ( int id ) : PersonAlias
id int The identifier.
리턴 PersonAlias

GetByAliasEncryptedKey() 공개 메소드

Gets the by encrypted key.
public GetByAliasEncryptedKey ( string encryptedKey ) : PersonAlias
encryptedKey string The encrypted key.
리턴 PersonAlias

GetByAliasGuid() 공개 메소드

Gets the by alias unique identifier.
public GetByAliasGuid ( System.Guid aliasPersonGuid ) : PersonAlias
aliasPersonGuid System.Guid The alias person unique identifier.
리턴 PersonAlias

GetByAliasId() 공개 메소드

Gets the PersonAlias the by alias identifier.
public GetByAliasId ( int aliasPersonId ) : PersonAlias
aliasPersonId int The alias person identifier.
리턴 PersonAlias

GetByAliasPublicKey() 공개 메소드

Gets the by public key.
public GetByAliasPublicKey ( string publicKey ) : PersonAlias
publicKey string The public key.
리턴 PersonAlias

GetPerson() 공개 메소드

Gets the person.
public GetPerson ( System.Guid personAliasGuid ) : Person
personAliasGuid System.Guid The person alias unique identifier.
리턴 Person

GetPerson() 공개 메소드

Gets the person.
public GetPerson ( int personAliasId ) : Person
personAliasId int The person alias identifier.
리턴 Person

GetPersonId() 공개 메소드

Gets the person identifier.
public GetPersonId ( int personAliasId ) : int?
personAliasId int The person alias identifier.
리턴 int?

GetPrimaryAlias() 공개 메소드

Gets the primary alias.
public GetPrimaryAlias ( int personId ) : PersonAlias
personId int The person identifier.
리턴 PersonAlias

GetPrimaryAliasId() 공개 메소드

Gets the primary alias identifier.
public GetPrimaryAliasId ( int personId ) : int?
personId int The person identifier.
리턴 int?