C# 클래스 JetBrains.ReSharper.Plugins.AngularJS.Psi.Html.AngularJsHtmlAttributeDeclaredElement

상속: IHtmlAttributeDeclaredElement, IAngularJsDeclaredElement
파일 보기 프로젝트 열기: JetBrains/resharper-angularjs 1 사용 예제들

공개 메소드들

메소드 설명
AngularJsHtmlAttributeDeclaredElement ( IPsiServices psiServices, string shortName, IHtmlAttributeValueType type, IHtmlTagDeclaredElement tag ) : System.Collections.Generic
Equals ( object obj ) : bool
GetDeclarations ( ) : IList
GetDeclarationsIn ( IPsiSourceFile sourceFile ) : IList
GetElementType ( ) : DeclaredElementType
GetHashCode ( ) : int
GetPsiServices ( ) : IPsiServices
GetSourceFiles ( ) : HybridCollection
GetXMLDescriptionSummary ( bool inherit ) : XmlNode
GetXMLDoc ( bool inherit ) : XmlNode
HasDeclarationsIn ( IPsiSourceFile sourceFile ) : bool
IsSynthetic ( ) : bool
IsValid ( ) : bool

메소드 상세

AngularJsHtmlAttributeDeclaredElement() 공개 메소드

public AngularJsHtmlAttributeDeclaredElement ( IPsiServices psiServices, string shortName, IHtmlAttributeValueType type, IHtmlTagDeclaredElement tag ) : System.Collections.Generic
psiServices IPsiServices
shortName string
type IHtmlAttributeValueType
tag IHtmlTagDeclaredElement
리턴 System.Collections.Generic

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetDeclarations() 공개 메소드

public GetDeclarations ( ) : IList
리턴 IList

GetDeclarationsIn() 공개 메소드

public GetDeclarationsIn ( IPsiSourceFile sourceFile ) : IList
sourceFile IPsiSourceFile
리턴 IList

GetElementType() 공개 메소드

public GetElementType ( ) : DeclaredElementType
리턴 DeclaredElementType

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetPsiServices() 공개 메소드

public GetPsiServices ( ) : IPsiServices
리턴 IPsiServices

GetSourceFiles() 공개 메소드

public GetSourceFiles ( ) : HybridCollection
리턴 HybridCollection

GetXMLDescriptionSummary() 공개 메소드

public GetXMLDescriptionSummary ( bool inherit ) : XmlNode
inherit bool
리턴 System.Xml.XmlNode

GetXMLDoc() 공개 메소드

public GetXMLDoc ( bool inherit ) : XmlNode
inherit bool
리턴 System.Xml.XmlNode

HasDeclarationsIn() 공개 메소드

public HasDeclarationsIn ( IPsiSourceFile sourceFile ) : bool
sourceFile IPsiSourceFile
리턴 bool

IsSynthetic() 공개 메소드

public IsSynthetic ( ) : bool
리턴 bool

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool