C# 클래스 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.
파일 보기 프로젝트 열기: dotnet/ef6tools

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Compare if two ContributorInput objects are equal

GetHashCode ( ) : int

Returns hash code for this object

메소드 상세

Equals() 공개 추상적인 메소드

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

GetHashCode() 공개 추상적인 메소드

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