C# Class RoslynDom.RDomOtherExpression

Inheritance: RDomBaseExpression, IOtherExpression
Afficher le fichier Open project: KathleenDollard/RoslynDOM Class Usage Examples

Méthodes publiques

Méthode Description
RDomOtherExpression ( IDom parent, string initialExpressionString, string initialExpressionLanguage, ExpressionType expressionType ) : System.ComponentModel.DataAnnotations
RDomOtherExpression ( Microsoft.CodeAnalysis.SyntaxNode rawItem, IDom parent, Microsoft.CodeAnalysis.SemanticModel model ) : System.ComponentModel.DataAnnotations

Private Methods

Méthode Description
RDomOtherExpression ( RDomOtherExpression oldRDom ) : System.ComponentModel.DataAnnotations

Method Details

RDomOtherExpression() public méthode

public RDomOtherExpression ( IDom parent, string initialExpressionString, string initialExpressionLanguage, ExpressionType expressionType ) : System.ComponentModel.DataAnnotations
parent IDom
initialExpressionString string
initialExpressionLanguage string
expressionType ExpressionType
Résultat System.ComponentModel.DataAnnotations

RDomOtherExpression() public méthode

public RDomOtherExpression ( Microsoft.CodeAnalysis.SyntaxNode rawItem, IDom parent, Microsoft.CodeAnalysis.SemanticModel model ) : System.ComponentModel.DataAnnotations
rawItem Microsoft.CodeAnalysis.SyntaxNode
parent IDom
model Microsoft.CodeAnalysis.SemanticModel
Résultat System.ComponentModel.DataAnnotations