C# Class Snooze.ViewTesting.Spark.BuildDescriptorParams

Afficher le fichier Open project: nhsevidence/Snooze Class Usage Examples

Méthodes publiques

Méthode Description
BuildDescriptorParams ( string targetNamespace, string controllerName, string viewName, string masterName, bool findDefaultMaster, object>.IDictionary extra ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Private Methods

Méthode Description
CalculateHashCode ( ) : int
Hash ( object str ) : int

Method Details

BuildDescriptorParams() public méthode

public BuildDescriptorParams ( string targetNamespace, string controllerName, string viewName, string masterName, bool findDefaultMaster, object>.IDictionary extra ) : System
targetNamespace string
controllerName string
viewName string
masterName string
findDefaultMaster bool
extra object>.IDictionary
Résultat System

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int