OrderedApplicationAttributeDefinition Class¶
Static Attribute
Inheritance Hierarchy¶
System.Object
Citrix.SDK.AppDNA.OrderedApplicationAttributeDefinition
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public class OrderedApplicationAttributeDefinition : INotifyPropertyChanged,
IEquatable<OrderedApplicationAttributeDefinition>
VB¶
Public Class OrderedApplicationAttributeDefinition
Implements INotifyPropertyChanged, IEquatable(Of OrderedApplicationAttributeDefinition)
The OrderedApplicationAttributeDefinition type exposes the following members.
Properties¶
Name | Description | |
---|---|---|
![]() | Attribute | Gets Attribute. |
![]() | Identifier | Gets the identifier. |
![]() | Order | Gets the Order. |
Methods¶
Name | Description | |
---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides Object.Equals(Object).) |
![]() | Equals(OrderedApplicationAttributeDefinition) | Determines whether the specified object is equal to the current object. |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns a hash code for this instance. (Overrides Object.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Events¶
Name | Description | |
---|---|---|
![]() | Deleted | Raised when the solution is deleted. |
![]() | PropertyChanged | Occurs when a property value changes. |