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.
|
protected AttributeValueSimple ( ) : Microsoft.Extensions.Logging | ||
return | Microsoft.Extensions.Logging |
protected AttributeValueSimple ( ReqIFSharp.AttributeDefinitionSimple attributeDefinition, ILoggerFactory loggerFactory ) : Microsoft.Extensions.Logging | ||
attributeDefinition | ReqIFSharp.AttributeDefinitionSimple | The |
loggerFactory | ILoggerFactory |
/// The (injected) |
return | Microsoft.Extensions.Logging |
protected AttributeValueSimple ( ReqIFSharp.SpecElementWithAttributes specElAt, ILoggerFactory loggerFactory ) : Microsoft.Extensions.Logging | ||
specElAt | ReqIFSharp.SpecElementWithAttributes |
/// The owning |
loggerFactory | ILoggerFactory |
/// The (injected) |
return | Microsoft.Extensions.Logging |