NXOpen .NET Reference  12.0.0
Public Member Functions | Properties | List of all members
NXOpen.Issue.IssueContentBuilder Class Reference

Represents a NXOpen.Issue.IssueContent builder More...

Inheritance diagram for NXOpen.Issue.IssueContentBuilder:
NXOpen.Builder NXOpen.GeometricUtilities.IComponentBuilder

Public Member Functions

unsafe NXOpen.Issue.IssueProperty[] GetEditableUserProperties ()
 Returns the editable user defined NXOpen.Issue.IssueProperty s More...
 
unsafe void SetPropertyValue (string propertyName, string propertyValue)
 Sets the value of NXOpen.Issue.IssueProperty More...
 
unsafe string GetPropertyValue (string propertyName)
 Returns the value of NXOpen.Issue.IssueProperty More...
 
unsafe
NXOpen.Issue.IssueAttachment[] 
GetAllAttachments ()
 Returns all the NXOpen.Issue.IssueAttachment s More...
 
unsafe NXOpen.Issue.IssueAttachment GetAttachment (string attachmentName)
 Returns the NXOpen.Issue.IssueAttachment with this attachment name More...
 
unsafe void AddAttachment (NXOpen.Issue.IssueAttachment attachment)
 Adds an NXOpen.Issue.IssueAttachment More...
 
unsafe void RemoveAttachment (NXOpen.Issue.IssueAttachment attachment)
 Removes an NXOpen.Issue.IssueAttachment More...
 
unsafe void SetPreviewImage (NXOpen.Issue.IssueAttachment attachment)
 Sets preview image More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 

Properties

unsafe string AssignedUser [get, set]
 Returns or sets the assigned user More...
 
unsafe string Comment [get, set]
 Returns or sets the issue comment More...
 
unsafe string DueDate [get, set]
 Returns or sets the due date More...
 
unsafe string Priority [get, set]
 Returns or sets the issue priority More...
 
unsafe string Status [get, set]
 Returns or sets the issue status More...
 
unsafe string Title [get, set]
 Returns or sets the issue title More...
 

Detailed Description

Represents a NXOpen.Issue.IssueContent builder

To create a new instance of this class, use NXOpen.Issue.IssueManager.CreateIssueContentBuilder

Default values.

Property Value

Title

New Issue

Created in NX8.5.0

Member Function Documentation

unsafe void NXOpen.Issue.IssueContentBuilder.AddAttachment ( NXOpen.Issue.IssueAttachment  attachment)

Adds an NXOpen.Issue.IssueAttachment

Created in NX8.5.0

License requirements: nx_issue_mgmt ("NX Issue Tracking")

Parameters
attachment
unsafe NXOpen.Issue.IssueAttachment [] NXOpen.Issue.IssueContentBuilder.GetAllAttachments ( )

Returns all the NXOpen.Issue.IssueAttachment s

Created in NX8.5.0

License requirements: nx_issue_mgmt ("NX Issue Tracking")

Returns
unsafe NXOpen.Issue.IssueAttachment NXOpen.Issue.IssueContentBuilder.GetAttachment ( string  attachmentName)

Returns the NXOpen.Issue.IssueAttachment with this attachment name

Created in NX8.5.0

License requirements: nx_issue_mgmt ("NX Issue Tracking")

Parameters
attachmentName
Returns
unsafe NXOpen.Issue.IssueProperty [] NXOpen.Issue.IssueContentBuilder.GetEditableUserProperties ( )

Returns the editable user defined NXOpen.Issue.IssueProperty s

Created in NX8.5.0

License requirements: nx_issue_mgmt ("NX Issue Tracking")

Returns
unsafe string NXOpen.Issue.IssueContentBuilder.GetPropertyValue ( string  propertyName)

Returns the value of NXOpen.Issue.IssueProperty

Created in NX8.5.0

License requirements: nx_issue_mgmt ("NX Issue Tracking")

Parameters
propertyName
Returns
unsafe void NXOpen.Issue.IssueContentBuilder.RemoveAttachment ( NXOpen.Issue.IssueAttachment  attachment)

Removes an NXOpen.Issue.IssueAttachment

Created in NX8.5.0

License requirements: nx_issue_mgmt ("NX Issue Tracking")

Parameters
attachment
unsafe void NXOpen.Issue.IssueContentBuilder.SetPreviewImage ( NXOpen.Issue.IssueAttachment  attachment)

Sets preview image

Created in NX8.5.0

License requirements: nx_issue_mgmt ("NX Issue Tracking")

Parameters
attachment
unsafe void NXOpen.Issue.IssueContentBuilder.SetPropertyValue ( string  propertyName,
string  propertyValue 
)

Sets the value of NXOpen.Issue.IssueProperty

Created in NX8.5.0

License requirements: nx_issue_mgmt ("NX Issue Tracking")

Parameters
propertyName
propertyValue

Property Documentation

unsafe string NXOpen.Issue.IssueContentBuilder.AssignedUser
getset

Returns or sets the assigned user

Created in NX8.5.0

License requirements to get this property: nx_issue_mgmt ("NX Issue Tracking")

License requirements to set this property: nx_issue_mgmt ("NX Issue Tracking")

unsafe string NXOpen.Issue.IssueContentBuilder.Comment
getset

Returns or sets the issue comment

Created in NX8.5.0

License requirements to get this property: nx_issue_mgmt ("NX Issue Tracking")

License requirements to set this property: nx_issue_mgmt ("NX Issue Tracking")

unsafe string NXOpen.Issue.IssueContentBuilder.DueDate
getset

Returns or sets the due date

Created in NX8.5.0

License requirements to get this property: nx_issue_mgmt ("NX Issue Tracking")

License requirements to set this property: nx_issue_mgmt ("NX Issue Tracking")

unsafe string NXOpen.Issue.IssueContentBuilder.Priority
getset

Returns or sets the issue priority

Created in NX8.5.0

License requirements to get this property: nx_issue_mgmt ("NX Issue Tracking")

License requirements to set this property: nx_issue_mgmt ("NX Issue Tracking")

unsafe string NXOpen.Issue.IssueContentBuilder.Status
getset

Returns or sets the issue status

Created in NX8.5.0

License requirements to get this property: nx_issue_mgmt ("NX Issue Tracking")

License requirements to set this property: nx_issue_mgmt ("NX Issue Tracking")

unsafe string NXOpen.Issue.IssueContentBuilder.Title
getset

Returns or sets the issue title

Created in NX8.5.0

License requirements to get this property: nx_issue_mgmt ("NX Issue Tracking")

License requirements to set this property: nx_issue_mgmt ("NX Issue Tracking")


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.