C# Class Microsoft.Data.Tools.VSXmlDesignerBase.Refactoring.ContributorInput

The ContributorInput class represents the data input to each of the contributors. For each contributor type, a derived ContributorInput class will be created. ex) SymbolChangeContributorInput, SymbolReferenceChangeContributorInput We will have RefactorOperation on each ContributorInput. The RefactorOperation class will set this property when it creates the initial ContributorInput. Then the RefactoringManager will be reponsible to pass this property to any side effect ContributorInput.
显示文件 Open project: dotnet/ef6tools

Public Methods

Method Description
Equals ( object obj ) : bool

Compare if two ContributorInput objects are equal

GetHashCode ( ) : int

Returns hash code for this object

Method Details

Equals() public abstract method

Compare if two ContributorInput objects are equal
public abstract Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public abstract method

Returns hash code for this object
public abstract GetHashCode ( ) : int
return int