C# 클래스 ReqIFSharp.AttributeValueSimple

The AttributeValueSimple is the base class for simple type attribute values.
상속: ReqIFSharp.AttributeValue
파일 보기 프로젝트 열기: RHEAGROUP/reqifsharp

보호된 메소드들

메소드 설명
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