C# Class IfcDoc.FormatTTL_Stream.URIObject

Exibir arquivo Open project: BuildingSMART/IfcDoc

Public Properties

Property Type Description
URI string
XSDType string
encodedvalue string
ifcowlclass string

Public Methods

Method Description
URIObject ( string URI, string ifcowlclass, string encodedvalue, string XSDtype ) : System

Method Details

URIObject() public method

public URIObject ( string URI, string ifcowlclass, string encodedvalue, string XSDtype ) : System
URI string
ifcowlclass string
encodedvalue string
XSDtype string
return System

Property Details

URI public_oe property

public string URI
return string

XSDType public_oe property

public string XSDType
return string

encodedvalue public_oe property

public string encodedvalue
return string

ifcowlclass public_oe property

public string ifcowlclass
return string