Class IndexPropertyValue
Inheritance
System.Object
IndexPropertyValue
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.IO.Parser
Assembly: Xbim.IO.Esent.dll
Syntax
public class IndexPropertyValue : IPropertyValue
Properties
| Improve this Doc View SourceBooleanVal
Declaration
public bool BooleanVal { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
EntityVal
Declaration
public object EntityVal { get; }
Property Value
| Type | Description |
|---|---|
| System.Object |
EnumVal
Declaration
public string EnumVal { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
HexadecimalVal
Declaration
public byte[] HexadecimalVal { get; }
Property Value
| Type | Description |
|---|---|
| System.Byte[] |
IntegerVal
Declaration
public long IntegerVal { get; }
Property Value
| Type | Description |
|---|---|
| System.Int64 |
NumberVal
Declaration
public double NumberVal { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
RealVal
Declaration
public double RealVal { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
StringVal
Declaration
public string StringVal { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Type
Declaration
public StepParserType Type { get; }
Property Value
| Type | Description |
|---|---|
| StepParserType |