C# 클래스 UCosmic.Domain.Identity.ValidateUser

파일 보기 프로젝트 열기: ucosmic/UCosmicPreview 1 사용 예제들

공개 메소드들

메소드 설명
EduPersonTargetedIdIsEmpty ( User entity ) : bool
NameMatchesEntity ( string name, IProcessQueries queryProcessor, object>.IEnumerable eagerLoad = null ) : bool
NameMatchesEntity ( string name, IProcessQueries queryProcessor, object>.IEnumerable eagerLoad, User &entity ) : bool
NameMatchesEntity ( string name, IProcessQueries queryProcessor, User &entity ) : bool
NameMatchesLocalMember ( string name, IStorePasswords passwords ) : bool
NameMatchesNoEntity ( string name, IProcessQueries queryProcessor, object>.IEnumerable eagerLoad = null ) : bool
NameMatchesNoEntity ( string name, IProcessQueries queryProcessor, object>.IEnumerable eagerLoad, User &entity ) : bool
NameMatchesNoEntity ( string name, IProcessQueries queryProcessor, User &entity ) : bool

메소드 상세

EduPersonTargetedIdIsEmpty() 공개 정적인 메소드

public static EduPersonTargetedIdIsEmpty ( User entity ) : bool
entity User
리턴 bool

NameMatchesEntity() 공개 정적인 메소드

public static NameMatchesEntity ( string name, IProcessQueries queryProcessor, object>.IEnumerable eagerLoad = null ) : bool
name string
queryProcessor IProcessQueries
eagerLoad object>.IEnumerable
리턴 bool

NameMatchesEntity() 공개 정적인 메소드

public static NameMatchesEntity ( string name, IProcessQueries queryProcessor, object>.IEnumerable eagerLoad, User &entity ) : bool
name string
queryProcessor IProcessQueries
eagerLoad object>.IEnumerable
entity User
리턴 bool

NameMatchesEntity() 공개 정적인 메소드

public static NameMatchesEntity ( string name, IProcessQueries queryProcessor, User &entity ) : bool
name string
queryProcessor IProcessQueries
entity User
리턴 bool

NameMatchesLocalMember() 공개 정적인 메소드

public static NameMatchesLocalMember ( string name, IStorePasswords passwords ) : bool
name string
passwords IStorePasswords
리턴 bool

NameMatchesNoEntity() 공개 정적인 메소드

public static NameMatchesNoEntity ( string name, IProcessQueries queryProcessor, object>.IEnumerable eagerLoad = null ) : bool
name string
queryProcessor IProcessQueries
eagerLoad object>.IEnumerable
리턴 bool

NameMatchesNoEntity() 공개 정적인 메소드

public static NameMatchesNoEntity ( string name, IProcessQueries queryProcessor, object>.IEnumerable eagerLoad, User &entity ) : bool
name string
queryProcessor IProcessQueries
eagerLoad object>.IEnumerable
entity User
리턴 bool

NameMatchesNoEntity() 공개 정적인 메소드

public static NameMatchesNoEntity ( string name, IProcessQueries queryProcessor, User &entity ) : bool
name string
queryProcessor IProcessQueries
entity User
리턴 bool