C# Class ReqIFSharp.AttributeValueSimple

The AttributeValueSimple is the base class for simple type attribute values.
Inheritance: ReqIFSharp.AttributeValue
Mostrar archivo Open project: RHEAGROUP/reqifsharp

Protected Methods

Method Description
AttributeValueSimple ( ) : Microsoft.Extensions.Logging

Initializes a new instance of the AttributeValueSimple class.

AttributeValueSimple ( ReqIFSharp.AttributeDefinitionSimple attributeDefinition, ILoggerFactory loggerFactory ) : Microsoft.Extensions.Logging

Instantiated a new instance of the AttributeValueSimple class

This constructor shall be used when setting the default value of an AttributeDefinitionSimple

AttributeValueSimple ( ReqIFSharp.SpecElementWithAttributes specElAt, ILoggerFactory loggerFactory ) : Microsoft.Extensions.Logging

Initializes a new instance of the AttributeValueSimple class.

Method Details

AttributeValueSimple() protected method

Initializes a new instance of the AttributeValueSimple class.
protected AttributeValueSimple ( ) : Microsoft.Extensions.Logging
return Microsoft.Extensions.Logging

AttributeValueSimple() protected method

Instantiated a new instance of the AttributeValueSimple class
This constructor shall be used when setting the default value of an AttributeDefinitionSimple
protected AttributeValueSimple ( ReqIFSharp.AttributeDefinitionSimple attributeDefinition, ILoggerFactory loggerFactory ) : Microsoft.Extensions.Logging
attributeDefinition ReqIFSharp.AttributeDefinitionSimple The for which this is the default value
loggerFactory ILoggerFactory /// The (injected) used to setup logging ///
return Microsoft.Extensions.Logging

AttributeValueSimple() protected method

Initializes a new instance of the AttributeValueSimple class.
protected AttributeValueSimple ( ReqIFSharp.SpecElementWithAttributes specElAt, ILoggerFactory loggerFactory ) : Microsoft.Extensions.Logging
specElAt ReqIFSharp.SpecElementWithAttributes /// The owning ///
loggerFactory ILoggerFactory /// The (injected) used to setup logging ///
return Microsoft.Extensions.Logging