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

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

공개 메소드들

메소드 설명
AngularJsHtmlTagDeclaredElement ( IPsiServices psiServices, HtmlDeclaredElementsCache declaredElementsCache, string shortName, IEnumerable ownAttributes, IEnumerable inheritedAttributes ) : System.Collections.Generic
Equals ( object obj ) : bool
GetAllowedAttributes ( IPsiSourceFile sourceFile, bool strict = false ) : IEnumerable
GetDeclarations ( ) : IList
GetDeclarationsIn ( IPsiSourceFile sourceFile ) : IList
GetElementType ( ) : DeclaredElementType
GetHashCode ( ) : int
GetPsiServices ( ) : IPsiServices
GetSourceFiles ( ) : HybridCollection
GetType ( IHtmlTag treeTag ) : IType
GetXMLDescriptionSummary ( bool inherit ) : XmlNode
GetXMLDoc ( bool inherit ) : XmlNode
HasDeclarationsIn ( IPsiSourceFile sourceFile ) : bool
IsSynthetic ( ) : bool
IsValid ( ) : bool

메소드 상세

AngularJsHtmlTagDeclaredElement() 공개 메소드

public AngularJsHtmlTagDeclaredElement ( IPsiServices psiServices, HtmlDeclaredElementsCache declaredElementsCache, string shortName, IEnumerable ownAttributes, IEnumerable inheritedAttributes ) : System.Collections.Generic
psiServices IPsiServices
declaredElementsCache HtmlDeclaredElementsCache
shortName string
ownAttributes IEnumerable
inheritedAttributes IEnumerable
리턴 System.Collections.Generic

Equals() 공개 메소드

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

GetAllowedAttributes() 공개 메소드

public GetAllowedAttributes ( IPsiSourceFile sourceFile, bool strict = false ) : IEnumerable
sourceFile IPsiSourceFile
strict bool
리턴 IEnumerable

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

GetType() 공개 메소드

public GetType ( IHtmlTag treeTag ) : IType
treeTag IHtmlTag
리턴 IType

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