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

Inheritance: IHtmlAttributeDeclaredElement, IAngularJsDeclaredElement
Afficher le fichier Open project: JetBrains/resharper-angularjs Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetDeclarations() public méthode

public GetDeclarations ( ) : IList
Résultat IList

GetDeclarationsIn() public méthode

public GetDeclarationsIn ( IPsiSourceFile sourceFile ) : IList
sourceFile IPsiSourceFile
Résultat IList

GetElementType() public méthode

public GetElementType ( ) : DeclaredElementType
Résultat DeclaredElementType

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetPsiServices() public méthode

public GetPsiServices ( ) : IPsiServices
Résultat IPsiServices

GetSourceFiles() public méthode

public GetSourceFiles ( ) : HybridCollection
Résultat HybridCollection

GetXMLDescriptionSummary() public méthode

public GetXMLDescriptionSummary ( bool inherit ) : XmlNode
inherit bool
Résultat System.Xml.XmlNode

GetXMLDoc() public méthode

public GetXMLDoc ( bool inherit ) : XmlNode
inherit bool
Résultat System.Xml.XmlNode

HasDeclarationsIn() public méthode

public HasDeclarationsIn ( IPsiSourceFile sourceFile ) : bool
sourceFile IPsiSourceFile
Résultat bool

IsSynthetic() public méthode

public IsSynthetic ( ) : bool
Résultat bool

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool