Class ConnectionCheckRes
- Namespace
- IdeaRS.OpenModel.Connection
- Assembly
- IdeaRS.OpenModel.dll
Results for connection in project
[Serializable]
[DataContract]
public class ConnectionCheckRes
Inheritance
Inherited Members
Constructors
ConnectionCheckRes()
public ConnectionCheckRes()
Properties
BucklingResults
List of results of buckling analysis
[DataMember]
public List<BucklingRes> BucklingResults { get; set; }
Property Value
CheckResAnchor
List of check results for anchors
[DataMember]
public List<CheckResAnchor> CheckResAnchor { get; set; }
Property Value
CheckResBolt
List of check results for bolts
[DataMember]
public List<CheckResBolt> CheckResBolt { get; set; }
Property Value
CheckResConcreteBlock
List of check results for concrete blocks
[DataMember]
public List<CheckResConcreteBlock> CheckResConcreteBlock { get; set; }
Property Value
CheckResPlate
List of check results for plates
[DataMember]
public List<CheckResPlate> CheckResPlate { get; set; }
Property Value
CheckResSummary
List of CheckResSummary
[DataMember]
public List<CheckResSummary> CheckResSummary { get; set; }
Property Value
CheckResWeld
List of check results for welds
[DataMember]
public List<CheckResWeld> CheckResWeld { get; set; }
Property Value
ConnectionID
Guid of connection
[DataMember]
public Guid ConnectionID { get; set; }
Property Value
Id
Integer Id of connection
[DataMember]
public int Id { get; set; }
Property Value
Messages
Gets or sets the list of errors, that apears during validation and/or calculation.
[DataMember]
public OpenMessages Messages { get; set; }
Property Value
Name
Name of connection
[DataMember]
public string Name { get; set; }