C# Class UCosmic.Domain.Identity.ValidateUser

ファイルを表示 Open project: ucosmic/UCosmicPreview Class Usage Examples

Public Methods

Method Description
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

Method Details

EduPersonTargetedIdIsEmpty() public static method

public static EduPersonTargetedIdIsEmpty ( User entity ) : bool
entity User
return bool

NameMatchesEntity() public static method

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

NameMatchesEntity() public static method

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

NameMatchesEntity() public static method

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

NameMatchesLocalMember() public static method

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

NameMatchesNoEntity() public static method

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

NameMatchesNoEntity() public static method

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

NameMatchesNoEntity() public static method

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