C# Class JetBrains.ReSharper.Plugins.AngularJS.Psi.Html.AngularJsHtmlAttributeDeclaredElement

Inheritance: IHtmlAttributeDeclaredElement, IAngularJsDeclaredElement
Mostra file Open project: JetBrains/resharper-angularjs Class Usage Examples

Public Methods

Method Description
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

Method Details

AngularJsHtmlAttributeDeclaredElement() public method

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

Equals() public method

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

GetDeclarations() public method

public GetDeclarations ( ) : IList
return IList

GetDeclarationsIn() public method

public GetDeclarationsIn ( IPsiSourceFile sourceFile ) : IList
sourceFile IPsiSourceFile
return IList

GetElementType() public method

public GetElementType ( ) : DeclaredElementType
return DeclaredElementType

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetPsiServices() public method

public GetPsiServices ( ) : IPsiServices
return IPsiServices

GetSourceFiles() public method

public GetSourceFiles ( ) : HybridCollection
return HybridCollection

GetXMLDescriptionSummary() public method

public GetXMLDescriptionSummary ( bool inherit ) : XmlNode
inherit bool
return System.Xml.XmlNode

GetXMLDoc() public method

public GetXMLDoc ( bool inherit ) : XmlNode
inherit bool
return System.Xml.XmlNode

HasDeclarationsIn() public method

public HasDeclarationsIn ( IPsiSourceFile sourceFile ) : bool
sourceFile IPsiSourceFile
return bool

IsSynthetic() public method

public IsSynthetic ( ) : bool
return bool

IsValid() public method

public IsValid ( ) : bool
return bool