C# Class UCosmic.Domain.Identity.ValidateUser

Afficher le fichier Open project: ucosmic/UCosmicPreview Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static EduPersonTargetedIdIsEmpty ( User entity ) : bool
entity User
Résultat bool

NameMatchesEntity() public static méthode

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

NameMatchesEntity() public static méthode

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

NameMatchesEntity() public static méthode

public static NameMatchesEntity ( string name, IProcessQueries queryProcessor, User &entity ) : bool
name string
queryProcessor IProcessQueries
entity User
Résultat bool

NameMatchesLocalMember() public static méthode

public static NameMatchesLocalMember ( string name, IStorePasswords passwords ) : bool
name string
passwords IStorePasswords
Résultat bool

NameMatchesNoEntity() public static méthode

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

NameMatchesNoEntity() public static méthode

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

NameMatchesNoEntity() public static méthode

public static NameMatchesNoEntity ( string name, IProcessQueries queryProcessor, User &entity ) : bool
name string
queryProcessor IProcessQueries
entity User
Résultat bool