Skip to content

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

 

NameDescription
Public propertyDataType Gets the type of the data that can be set in an ApplicationAttribute(T) that is associated with this definition.
Public propertyIdentifier Gets the unique identifier of the ApplicationAttributeDefinition.
Public propertyIsLocked Gets a value that is true if the user cannot modify ApplicationAttribute(T) for this ApplicationAttributeDefinition.
Public propertyIsReportDependent Gets a value that is true if associated ApplicationAttribute(T) objects must specify a ReportConfiguration along with the value.
Public propertyIsSystem Gets a value indicating if the ApplicationAttributeDefinition was defined by the AppDNA product rather than user defined.
Public propertyName Gets the name of the ApplicationAttributeDefinition.
Public propertyOrder Gets the display order of the ApplicationAttributeDefinition.
Public propertyShowInAppList Indicates whether associated application attributes should be shown in the application list.
Public propertyShowInIssuesActions Indicates whether associated application attributes should be shown in the Issues and Actions reports.
Public propertyShowInOverview Indicates whether associated application attributes should be shown in the Overview reports.
Public propertyShowInRemediation Indicates whether associated application attributes should be shown in the Remediation reports.
Public propertyStringList Gets the AttributeStringList of this definition, if DataType is StringList.
  Back to Top

Methods

 

NameDescription
Public methodDelete Deletes the ApplicationAttributeDefinition object.
Public methodEquals(Object) Compares two instances of ApplicationAttributeDefinition class for equality. (Overrides Object.Equals(Object).)
Public methodEquals(ApplicationAttributeDefinition) Compares two instances of ApplicationAttributeDefinition class for equality.
Protected methodFinalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCode Serves as a hash function for a particular type. (Overrides Object.GetHashCode().)
Public methodGetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodRename Renames the specified attribute name.
Public methodToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

Events

 

NameDescription
Public eventDeleted This event is raised when the ApplicationAttributeDefinition is deleted using the SDK.
Public eventPropertyChanged Occurs when a property value changes.
  Back to Top

See Also

Reference

Citrix.SDK.AppDNA Namespace

Was this article helpful?