ApplicationAttributeDefinition Class¶
Represents the definition of an attribute, which can be used to assign arbitrary values to an application.
Inheritance Hierarchy¶
System.Object
Citrix.SDK.AppDNA.ApplicationAttributeDefinition
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 ApplicationAttributeDefinition : INotifyPropertyChanged,
IEquatable<ApplicationAttributeDefinition>
VB¶
Public Class ApplicationAttributeDefinition
Implements INotifyPropertyChanged, IEquatable(Of ApplicationAttributeDefinition)
The ApplicationAttributeDefinition type exposes the following members.
Properties¶
Name | Description | |
---|---|---|
![]() | DataType | Gets the type of the data that can be set in an ApplicationAttribute(T) that is associated with this definition. |
![]() | Identifier | Gets the unique identifier of the ApplicationAttributeDefinition. |
![]() | IsLocked | Gets a value that is true if the user cannot modify ApplicationAttribute(T) for this ApplicationAttributeDefinition. |
![]() | IsReportDependent | Gets a value that is true if associated ApplicationAttribute(T) objects must specify a ReportConfiguration along with the value. |
![]() | IsSystem | Gets a value indicating if the ApplicationAttributeDefinition was defined by the AppDNA product rather than user defined. |
![]() | Name | Gets the name of the ApplicationAttributeDefinition. |
![]() | Order | Gets the display order of the ApplicationAttributeDefinition. |
![]() | ShowInAppList | Indicates whether associated application attributes should be shown in the application list. |
![]() | ShowInIssuesActions | Indicates whether associated application attributes should be shown in the Issues and Actions reports. |
![]() | ShowInOverview | Indicates whether associated application attributes should be shown in the Overview reports. |
![]() | ShowInRemediation | Indicates whether associated application attributes should be shown in the Remediation reports. |
![]() | StringList | Gets the AttributeStringList of this definition, if DataType is StringList. |
Methods¶
Name | Description | |
---|---|---|
![]() | Delete | Deletes the ApplicationAttributeDefinition object. |
![]() | Equals(Object) | Compares two instances of ApplicationAttributeDefinition class for equality. (Overrides Object.Equals(Object).) |
![]() | Equals(ApplicationAttributeDefinition) | Compares two instances of ApplicationAttributeDefinition class 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.) |
![]() | Rename | Renames the specified attribute name. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Events¶
Name | Description | |
---|---|---|
![]() | Deleted | This event is raised when the ApplicationAttributeDefinition is deleted using the SDK. |
![]() | PropertyChanged | Occurs when a property value changes. |