C# Класс GeometryGym.Ifc.IfcQuantityTime

Наследование: GeometryGym.Ifc.IfcPhysicalSimpleQuantity
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
IfcQuantityTime System
IfcQuantityTime System
Parse IfcQuantityTime
ParseXml void
SetXML void
parseFields void
parseJObject void

Открытые методы

Метод Описание
IfcQuantityTime ( DatabaseIfc db, string name, int ifctimemeasure ) : System

Защищенные методы

Метод Описание
BuildStringSTEP ( ) : string
setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void

Приватные методы

Метод Описание
IfcQuantityTime ( ) : System
IfcQuantityTime ( DatabaseIfc db, IfcQuantityTime q ) : System
Parse ( string str, ReleaseVersion schema ) : IfcQuantityTime
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void
parseFields ( IfcQuantityTime q, List arrFields, int &ipos, ReleaseVersion schema ) : void
parseJObject ( JObject obj ) : void

Описание методов

BuildStringSTEP() защищенный Метод

protected BuildStringSTEP ( ) : string
Результат string

IfcQuantityTime() публичный Метод

public IfcQuantityTime ( DatabaseIfc db, string name, int ifctimemeasure ) : System
db DatabaseIfc
name string
ifctimemeasure int
Результат System

setJSON() защищенный Метод

protected setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void
obj JObject
host BaseClassIfc
processed HashSet
Результат void