C# Класс ReqIFSharp.AttributeValueSimple

The AttributeValueSimple is the base class for simple type attribute values.
Наследование: ReqIFSharp.AttributeValue
Показать файл Открыть проект

Защищенные методы

Метод Описание
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.

Описание методов

AttributeValueSimple() защищенный Метод

Initializes a new instance of the AttributeValueSimple class.
protected AttributeValueSimple ( ) : Microsoft.Extensions.Logging
Результат Microsoft.Extensions.Logging

AttributeValueSimple() защищенный Метод

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 ///
Результат Microsoft.Extensions.Logging

AttributeValueSimple() защищенный Метод

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 ///
Результат Microsoft.Extensions.Logging