Skip to content

NumericAttribute Class

Inheritance Hierarchy

System.Object
  Citrix.SDK.AppDNA.ApplicationAttribute
    Citrix.SDK.AppDNA.ApplicationAttribute(Nullable(Double))
      Citrix.SDK.AppDNA.NumericAttribute
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 NumericAttribute : ApplicationAttribute<Nullable<double>>

VB

Public Class NumericAttribute
    Inherits ApplicationAttribute(Of Nullable(Of Double))

The NumericAttribute type exposes the following members.

Properties

 

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

Methods

 

NameDescription
Public methodEquals(Object) Compares two ApplicationAttributes for equality. (Inherited from ApplicationAttribute.)
Public methodEquals(ApplicationAttribute) Compares two ApplicationAttributes for equality. (Inherited from ApplicationAttribute.)
Public methodEquals(ApplicationAttribute(T)) Compares two ApplicationAttributes for equality. (Inherited from ApplicationAttribute(T).)
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. (Inherited from ApplicationAttribute.)
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. (Inherited from ApplicationAttribute.)
Public eventPropertyChanged Occurs when a property value changes. (Inherited from ApplicationAttribute.)
  Back to Top

See Also

Reference

Citrix.SDK.AppDNA Namespace

Was this article helpful?