Struct PropertyValue
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Assembly: Xbim.Common.dll
Syntax
public struct PropertyValue : IPropertyValue
Properties
|
Improve this Doc
View Source
BooleanVal
Declaration
public readonly bool BooleanVal { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
EntityVal
Declaration
public readonly object EntityVal { get; }
Property Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
EnumVal
Declaration
public readonly string EnumVal { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
HexadecimalVal
Declaration
public readonly byte[] HexadecimalVal { get; }
Property Value
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
IntegerVal
Declaration
public readonly long IntegerVal { get; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
NumberVal
Returns a double if the type parsed is any kind of number
Declaration
public readonly double NumberVal { get; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
RealVal
Declaration
public readonly double RealVal { get; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
StringVal
Declaration
public readonly string StringVal { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Type
Declaration
public readonly StepParserType Type { get; }
Property Value
Methods
|
Improve this Doc
View Source
Init(Object)
Declaration
public void Init(object value)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
|
Improve this Doc
View Source
Init(String, StepParserType)
Declaration
public void Init(string value, StepParserType type)
Parameters
Implements