ApplicationAttribute Class¶
Represents the value of an ApplicationAttributeDefinition for a given Application.
Inheritance Hierarchy¶
System.Object
Citrix.SDK.AppDNA.ApplicationAttribute
Citrix.SDK.AppDNA.ApplicationAttribute(T)
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 ApplicationAttribute : IEquatable<ApplicationAttribute>,
INotifyPropertyChanged
VB¶
Public Class ApplicationAttribute
Implements IEquatable(Of ApplicationAttribute), INotifyPropertyChanged
The ApplicationAttribute type exposes the following members.
Properties¶
Name | Description | |
---|---|---|
![]() | BooleanValue | Obsolete. Retrieves the boolean value assigned to this ApplicationAttribute. |
![]() | DateTimeValue | Obsolete. Retrieves the DateTime value assigned to this ApplicationAttribute. |
![]() | Definition | The ApplicationAttributeDefinition that this object holds the value for. |
![]() | IsNull | Gets a value that is true if the value of the ApplicationAttribute is null. |
![]() | NumericValue | Obsolete. Retrieves the numeric value assigned to this ApplicationAttribute. |
![]() | RagValue | Obsolete. Retrieves the AttributeRag value assigned to this ApplicationAttribute. |
![]() | ReportingConfigurationIdentifier | Gets the identifier string of the ReportConfiguration. |
![]() | StringValue | Obsolete. Retrieves the string value assigned to this ApplicationAttribute. |
Methods¶
Name | Description | |
---|---|---|
![]() | Equals(Object) | Compares two ApplicationAttributes for equality. (Overrides Object.Equals(Object).) |
![]() | Equals(ApplicationAttribute) | Compares two ApplicationAttributes for equality. |
![]() | 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 | Serves as a hash function for a particular type. (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 | This event is raised when this ApplicationAttribute object is deleted using the SDK. |
![]() | PropertyChanged | Occurs when a property value changes. |