C# Class IfcDoc.FormatTTL_Stream.URIObject

Show file 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 property

public string URI
return string

XSDType public property

public string XSDType
return string

encodedvalue public property

public string encodedvalue
return string

ifcowlclass public property

public string ifcowlclass
return string