Struct NewPartBuilder.TemplatePartContextinfo
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CloudDM
Assembly: NXOpen.dll
Syntax
public struct TemplatePartContextinfo
Constructors
TemplatePartContextinfo(String, String, String)
Declaration
public TemplatePartContextinfo(string CollaborationSpaceId, string ContainerId, string ContainerType)
Parameters
Type | Name | Description |
---|---|---|
System.String | CollaborationSpaceId | |
System.String | ContainerId | |
System.String | ContainerType |
Fields
CollaborationSpaceId
Declaration
public string CollaborationSpaceId
Field Value
Type | Description |
---|---|
System.String |
ContainerId
Declaration
public string ContainerId
Field Value
Type | Description |
---|---|
System.String |
ContainerType
Declaration
public string ContainerType
Field Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()