Algorithm Class¶
Represents an algorithm used by analysis, the results of which are available in reports.
Inheritance Hierarchy¶
System.Object
Citrix.SDK.AppDNA.Algorithm
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 Algorithm : IEquatable<Algorithm>,
INotifyPropertyChanged
VB¶
Public Class Algorithm
Implements IEquatable(Of Algorithm), INotifyPropertyChanged
The Algorithm type exposes the following members.
Properties¶
Name | Description | |
---|---|---|
![]() | ActionDetail | Gets the algorithm's AlgorithmActionDetail. |
![]() | Customizations | Gets the collection of AlgorithmCustomization objects that apply to this algorithm. |
![]() | CustomizedRag | Gets the overall customized RAG of the algorithm. |
![]() | Enabled | Gets a value indicating whether the algorithm should be used in analysis. |
![]() | Identifier | Gets the unique identifier for the algorithm. |
![]() | Manifestation | Gets the manifestation of the algorithm. |
![]() | Name | Gets a value representing the name of the algorithm. |
![]() | PostImage | Gets the post image. |
![]() | PreImage | Gets the pre image. |
![]() | RAG | Gets the RAG value (Red, Amber or Green) of the algorithm. |
![]() | Remediation | Gets the remediation of the algorithm. |
Methods¶
Name | Description | |
---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current algorithm. (Overrides Object.Equals(Object).) |
![]() | Equals(Algorithm) | Indicates whether the current algorithm instance and another algorithm instance represent the same algorithm. |
![]() | 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 the default hash function. (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 | Provides a string representation of the object. (Overrides Object.ToString().) |
Events¶
Name | Description | |
---|---|---|
![]() | Deleted | Occurs when algorithm is deleted. |
![]() | PropertyChanged | Occurs when a property value changes. |