Skip to content

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

 

NameDescription
Public propertyBooleanValue Obsolete. Retrieves the boolean value assigned to this ApplicationAttribute.
Public propertyDateTimeValue Obsolete. Retrieves the DateTime value assigned to this ApplicationAttribute.
Public propertyDefinition The ApplicationAttributeDefinition that this object holds the value for.
Public propertyIsNull Gets a value that is true if the value of the ApplicationAttribute is null.
Public propertyNumericValue Obsolete. Retrieves the numeric value assigned to this ApplicationAttribute.
Public propertyRagValue Obsolete. Retrieves the AttributeRag value assigned to this ApplicationAttribute.
Public propertyReportingConfigurationIdentifier Gets the identifier string of the ReportConfiguration.
Public propertyStringValue Obsolete. Retrieves the string value assigned to this ApplicationAttribute.
  Back to Top

Methods

 

NameDescription
Public methodEquals(Object) Compares two ApplicationAttributes for equality. (Overrides Object.Equals(Object).)
Public methodEquals(ApplicationAttribute) Compares two ApplicationAttributes 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 methodToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

Events

 

NameDescription
Public eventDeleted This event is raised when this ApplicationAttribute object 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?