Class Section
Section.
public class Section : EntityBase, IFemDesignEntity
- Inheritance
-
Section
- Implements
- Inherited Members
- Extension Methods
Constructors
Section(RegionGroup, string, MaterialTypeEnum, string, string, string)
Construct a new section
public Section(RegionGroup regionGroup, string type, MaterialTypeEnum materialTypeEnum, string groupName, string typeName, string sizeName)
Parameters
regionGroupRegionGrouptypestringmaterialTypeEnumMaterialTypeEnumgroupNamestringtypeNamestringsizeNamestring
Fields
_regionGroup
public RegionGroup _regionGroup
Field Value
Properties
GroupName
public string GroupName { get; set; }
Property Value
MaterialFamily
public string MaterialFamily { get; }
Property Value
MaterialType
public string MaterialType { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
RegionGroup
public RegionGroup RegionGroup { get; set; }
Property Value
SizeName
public string SizeName { get; set; }
Property Value
Type
public string Type { get; set; }
Property Value
TypeName
public string TypeName { get; set; }
Property Value
_end
public string _end { get; set; }
Property Value
Methods
ToString()
public override string ToString()