NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void AddAttachment (NXOpen.Issue.IssueAttachment attachment)
 Adds an NXOpen.Issue.IssueAttachment 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 NXOpen.Issue.IssueProperty[] GetEditableUserProperties ()
 Returns the editable user defined NXOpen.Issue.IssueProperty s More...
 
unsafe string GetPropertyValue (string propertyName)
 Returns the value of NXOpen.Issue.IssueProperty 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...
 
unsafe void SetPropertyValue (string propertyName, string propertyValue)
 Sets the value of NXOpen.Issue.IssueProperty 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...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. 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...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> 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)
inline

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 ( )
inline

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)
inline

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 ( )
inline

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)
inline

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)
inline

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)
inline

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 
)
inline

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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.