Struct AutoInstallTest.Notifications
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
Assembly: NXOpen.dll
Syntax
public struct Notifications
Constructors
Notifications(String, String)
Declaration
public Notifications(string Id, string CreationDate)
Parameters
Type | Name | Description |
---|---|---|
System.String | Id | |
System.String | CreationDate |
Fields
CreationDate
Declaration
public string CreationDate
Field Value
Type | Description |
---|---|
System.String |
Id
Declaration
public string Id
Field Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()