Class LoadCategoryDatabase
Material database.
public class LoadCategoryDatabase
- Inheritance
-
LoadCategoryDatabase
- Inherited Members
- Extension Methods
Properties
ConvertId
public string ConvertId { get; set; }
Property Value
Country
public string Country { get; set; }
Property Value
End
public string End { get; set; }
Property Value
EndTime
public string EndTime { get; set; }
Property Value
FilePath
public string FilePath { get; set; }
Property Value
Guid
public string Guid { get; set; }
Property Value
LoadCategories
public LoadCategories LoadCategories { get; set; }
Property Value
SourceSoftware
public string SourceSoftware { get; set; }
Property Value
Standard
public string Standard { get; set; }
Property Value
StartTime
public string StartTime { get; set; }
Property Value
StruxmlVersion
public string StruxmlVersion { get; set; }
Property Value
Methods
GetDefault(string)
Load the default LoadCoefficientDatabase for each respective country.
public static LoadCategoryDatabase GetDefault(string countryCode = "S")
Parameters
countryCodestringNational annex of calculation code (D/DK/EST/FIN/GB/H/N/PL/RO/S/TR)
Returns
Remarks
Create
LoadCategoryByName(string)
Get load category from LoadCategoryDatabase by name.
public LoadCategory LoadCategoryByName(string loadCategoryName)
Parameters
loadCategoryNamestringName of load type
Returns
LoadCategoryNames()
Lists the names of all Load Categories in LoadCategoryDatabase.
public List<string> LoadCategoryNames()