C# Class ReqIFSharp.SpecRelationType

Contains a set of attribute definitions for a SpecRelation element. Inherits a set of attribute definitions from SpecType. By using SpecObjectType elements, multiple requirements can be associated with the same set of attribute definitions (attribute names, default values, data types, etc.).
Inheritance: ReqIFSharp.SpecType
Mostrar archivo Open project: RHEAGROUP/reqifsharp Class Usage Examples

Public Methods

Method Description
SpecRelationType ( ) : Microsoft.Extensions.Logging

Initializes a new instance of the SpecRelationType class.

Private Methods

Method Description
SpecRelationType ( ReqIFSharp.ReqIFContent reqIfContent, ILoggerFactory loggerFactory ) : Microsoft.Extensions.Logging

Initializes a new instance of the SpecRelationType class.

Method Details

SpecRelationType() public method

Initializes a new instance of the SpecRelationType class.
public SpecRelationType ( ) : Microsoft.Extensions.Logging
return Microsoft.Extensions.Logging