C# Class Snooze.ViewTesting.Spark.BuildDescriptorParams

Show file Open project: nhsevidence/Snooze Class Usage Examples

Public Methods

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

Private Methods

Method Description
CalculateHashCode ( ) : int
Hash ( object str ) : int

Method Details

BuildDescriptorParams() public method

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
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int