Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFAnalysis Methods

  • Last UpdatedNov 18, 2025
  • 11 minute read
AFAnalysis Methods

The AFAnalysis type exposes the following members.

Methods

  NameDescription
Public method
AddCase
The AddCase method creates a new AFCase for the analysis based upon the TimeRule and PreviousCase.
Public method
AddCase(AFTime)
The AddCase method creates a new AFCase for the analysis after the specified start time.
Public method
AddCase(AFTimeRuleEvent)
The AddCase method creates a new AFCase for the analysis after the specified AFTimeRuleEvent.
Public methodCode example
ApplyChanges
This method applies the changes to the object and makes those changes available to other objects for the current user.
Public methodCode example
CheckIn
This method checks in (commits) all the changes to the object by saving the information to persistent storage.
Public method
CheckOut
This method locks the object so that its configuration can be modified.
Public methodStatic member
CheckOutAnalyses
Check out the objects with the specified unique identifiers at the specified query date.
Public method
CompareTo(Object)
Compares this instance with a specified Object.
(Inherited from AFObject.)
Public method
CompareTo(AFObject)
Compares this instance with a specified AFObject.
(Inherited from AFObject.)
Public method
CreateAnalysisTemplate
Create an AFAnalysisTemplate based upon the analysis.
Public method
Delete
Deletes this analysis from the AFDatabase.
Public methodStatic member
DeleteAnalyses
Delete the objects with the specified unique identifiers.
Public method
Equals(Object)
Determines whether the specified Object is equal to the current object.
(Inherited from AFObject.)
Public method
Equals(AFObject)
Indicates whether the current object is equal to another object of the same type.
(Inherited from AFObject.)
Public methodStatic member
FindAnalyses(PISystem, Guid, Object)
Performs a search within the PISystem to retrieve a collection of AFAnalysis objects with the specified list of unique identifiers.
Public methodStatic member
FindAnalyses(AFObject, AFSortField, AFSortOrder, Int32) Obsolete.
Performs a non-paged search within the AFDatabase to retrieve a collection of AFAnalysis objects with the specified target.
Public methodStatic member
FindAnalyses(AFDatabase, String, AFSearchField, AFSortField, AFSortOrder, Int32)
Performs a non-paged text search within the AFDatabase to retrieve a collection of AFAnalysis objects which have a field that match the specified query string.
Public methodStatic member
FindAnalyses(AFObject, AFSortField, AFSortOrder, Int32, Int32, Int32) Obsolete.
Performs a paged search within the AFDatabase to retrieve a collection of AFAnalysis objects with the specified target.
Public methodStatic member
FindAnalyses(AFDatabase, String, AFSearchField, AFSortField, AFSortOrder, Int32, Int32, Int32)
Performs a paged search within the AFDatabase to retrieve a collection of AFAnalysis objects which have a field that match the specified query string.
Public methodStatic member
FindAnalyses(AFDatabase, String, String, NullableInt16, AFCategory, AFAnalysisTemplate, AFElement, AFStatus, AFSortField, AFSortOrder, Int32, Int32) Obsolete.
Performs a paged search within the AFDatabase to retrieve a collection of AFAnalysis objects that match the specified query strings and additional filters.
Public methodStatic member
FindAnalysesByGroupID(AFDatabase, Int16, AFSortField, AFSortOrder, Int32) Obsolete.
Performs a non-paged search within the AFDatabase to retrieve a collection of AFAnalysis objects with the specified group identifier.
Public methodStatic member
FindAnalysesByGroupID(PISystem, Int16, AFSortField, AFSortOrder, Int32) Obsolete.
Performs a non-paged search to retrieve a collection of all AFAnalysis objects in the specified PISystem with the specified group identifier.
Public methodStatic member
FindAnalysesByGroupID(AFDatabase, Int16, AFSortField, AFSortOrder, Int32, Int32, Int32) Obsolete.
Performs a paged search within the AFDatabase to retrieve a collection of AFAnalysis objects with the specified group identifier.
Public methodStatic member
FindAnalysesByGroupID(PISystem, Int16, AFSortField, AFSortOrder, Int32, Int32, Int32) Obsolete.
Performs a paged search to retrieve a collection of all AFAnalysis objects in the specified PISystem with the specified group identifier.
Public methodStatic member
FindAnalysesByTemplate(AFDatabase, AFAnalysisTemplate, AFSortField, AFSortOrder, Int32, Int32) Obsolete.
Retrieves a paged collection of AFAnalysis objects that are instantiated from the specified AFAnalysisTemplate without returning the total count.
Public methodStatic member
FindAnalysesByTemplate(AFDatabase, AFAnalysisTemplate, AFSortField, AFSortOrder, Int32, Int32, Int32) Obsolete.
Retrieves a paged collection of AFAnalysis objects that are instantiated from the specified AFAnalysisTemplate.
Public methodStatic member
FindAnalysis(PISystem, Guid)
Retrieves the AFAnalysis object with the specified unique identifier at the AFTime.MaxValue query date.
Public methodStatic member
FindAnalysis(PISystem, Guid, Object)
Retrieves the AFAnalysis object with the specified unique identifier at the specified query date.
Public methodStatic member
FindAnalysisGroupIDs
Retrieves the list of GroupIDs that are defined for the PISystem.
Public methodStatic memberCode example
GetCounts(AFDatabase)
Get the number of analyses for each status.
Public methodStatic memberCode example
GetCountsT(AFDatabase)
Get the number of analyses for each filter.
Public method
GetHashCode
Gets the hash code for this instance of the object which is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from AFObject.)
Public method
GetLastCase
Use this method to get the case with the latest start time for the analysis.
Public method
GetPath
Returns the full path to the object, using just the names.
(Inherited from AFObject.)
Public method
GetPath(AFObject)
Returns the path to the object relative from another object.
(Inherited from AFObject.)
Public method
GetPath(AFEncodeType, AFObject)
Returns the path to the object relative from another object, using the name and/or id as specified by encodeType.
(Inherited from AFObject.)
Public method
GetResults(Object, Int32, Boolean, AFAttribute, UOM)
Use this method to get all the stored results for the attribute of cases of the analysis limited to the specified count beginning at the requested start time in the specified direction.
Public method
GetResults(AFSearchMode, Object, Object, Double, AFAttribute, UOM) Obsolete.
Use this method to get all the stored results for the attribute of cases of the analysis based upon the specified search criteria.
Public method
GetResults(AFSearchMode, Object, Object, Int32, AFAttribute, UOM)
Use this method to get all the stored results for the attribute of cases of the analysis between the specified start and end times.
Public method
GetSecurity
Gets the AFSecurity information of the specified security item associated with the object.
Public method
GetStatus
Get the analysis Status property immediately from the PI AF Server.
Public methodStatic member
GetStatus(IListAFAnalysis)
Get the status for the list of specified analyses from the PI AF Server.
Public method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method
IsTraced
Indicates if a specified level is being traced.
Public methodStatic member
LoadAnalyses(IListAFAnalysis)
Loads the specified list AFAnalysis objects.
Public methodStatic member
LoadAnalyses(PISystem, Guid, Object)
Loads the AFAnalysis objects with the specified unique identifiers at the specified query date.
Public methodStatic member
LoadTargets
Loads the Target of the specified list of AFAnalysis objects.
Public method
Persist
This method returns the persistence string for the object.
(Inherited from AFObject.)
Public method
Refresh
Refreshes the client with any changes that have been made to the object since loaded.
Public method
RemoveCase
Removes an existing AFCase from the analysis.
Public method
ResetToTemplate
This method will reset the AFAnalysis back to its template default values.
Public method
Run
Execute the analysis with default values.
Public method
Run(AFCase)
Execute the analysis for the specific AFCase.
Public method
SetStatus(AFStatus)
Set the analysis Status property immediately in the server.
Public methodStatic member
SetStatus(IListAFAnalysis, AFStatus)
Set the list of analyses to the specified status.
Public methodStatic member
SetStatus(AFDatabase, AFObject, AFStatus, AFStatus)
Sets all the analyses based upon a filter object to the specified status.
Public method
ToString
Returns a String that represents the current object.
(Inherited from AFObject.)
Public method
TraceData
Output a data trace event.
Public method
TraceDetail
Output a detail trace event.
Public method
TraceError
Output an error trace event.
Public method
TraceEvent(AFTraceSwitchLevel, String)
Output a trace event with a message.
Public method
TraceEvent(AFTraceSwitchLevel, String, Int32)
Output a trace event with a message and a duration.
Public method
TraceEvent(AFTraceSwitchLevel, String, Object)
Output a trace event as a formatted message with a variable number of arguments.
Public method
TraceInformation
Output an information trace event.
Public method
TraceSummary
Output a summary trace event.
Public method
TraceWarning
Output a warning trace event.
Public method
UndoCheckOut
This method discards all the changes to the object and all sub-objects since the last call to CheckOut. Any changes since the check out will be lost.

See Also

TitleResults for “How to create a CRG?”Also Available in