Struct StepForwardReference
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()
Namespace: Xbim.IO.Step21.Parser
Assembly: Xbim.IO.Esent.dll
Syntax
public struct StepForwardReference
Constructors
| Improve this Doc View SourceStepForwardReference(Int32, Int16, IPersistEntity, Int32[])
Declaration
public StepForwardReference(int referenceEntityLabel, short referencingProperty, IPersistEntity referencingEntity, int[] nestedIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | referenceEntityLabel | |
| System.Int16 | referencingProperty | |
| IPersistEntity | referencingEntity | |
| System.Int32[] | nestedIndex |
Fields
| Improve this Doc View SourceReferenceEntityLabel
Declaration
public readonly int ReferenceEntityLabel
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
| Improve this Doc View SourceResolve(ConcurrentDictionary<Int32, IPersistEntity>, ExpressMetaData)
Declaration
public bool Resolve(ConcurrentDictionary<int, IPersistEntity> references, ExpressMetaData metadata)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Concurrent.ConcurrentDictionary<System.Int32, IPersistEntity> | references | |
| ExpressMetaData | metadata |
Returns
| Type | Description |
|---|---|
| System.Boolean |