C# Class RoslynDom.RDomOtherExpression

Inheritance: RDomBaseExpression, IOtherExpression
Datei anzeigen Open project: KathleenDollard/RoslynDOM Class Usage Examples

Public Methods

Method 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

Method Description
RDomOtherExpression ( RDomOtherExpression oldRDom ) : System.ComponentModel.DataAnnotations

Method Details

RDomOtherExpression() public method

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

RDomOtherExpression() public method

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
return System.ComponentModel.DataAnnotations