Class PartsListCollection
Inheritance
System.Object
System.MarshalByRefObject
PartsListCollection
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Annotations
Assembly: NXOpen.dll
Syntax
public class PartsListCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
PartsListCollection()
Declaration
protected PartsListCollection()
PartsListCollection(AnnotationManager)
Declaration
protected PartsListCollection(AnnotationManager owner)
Parameters
| Type | Name | Description |
|---|---|---|
| AnnotationManager | owner |
Properties
Tag
Declaration
public Tag Tag { get; }
Property Value
| Type | Description |
|---|---|
| Tag |
Methods
CreatePartsListBuilder(Table)
Declaration
public PlistBuilder CreatePartsListBuilder(Table partsList)
Parameters
| Type | Name | Description |
|---|---|---|
| Table | partsList |
Returns
| Type | Description |
|---|---|
| PlistBuilder |
EnumerateMoveNext(ref Tag, Byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
| Type | Name | Description |
|---|---|---|
| Tag | currentTag | |
| System.Byte[] | state |
Returns
| Type | Description |
|---|---|
| System.Int32 |
Overrides
FindObject(String)
Declaration
public PartsList FindObject(string journalIdentifier)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | journalIdentifier |
Returns
| Type | Description |
|---|---|
| PartsList |
ToArray()
Declaration
public PartsList[] ToArray()
Returns
| Type | Description |
|---|---|
| PartsList[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable