Click or drag to resize

SLAItem Class

Contains information about a tracked support KPI for a specific customer.
Inheritance Hierarchy
SystemObject
  Entity
    Novalys.VisualGuard.Security.CRM.SdkSLAItem

Namespace:  Novalys.VisualGuard.Security.CRM.Sdk
Assembly:  Novalys.VisualGuard.Security.CRM (in Novalys.VisualGuard.Security.CRM.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public class SLAItem : Entity, INotifyPropertyChanging, 
	INotifyPropertyChanged

The SLAItem type exposes the following members.

Constructors
  NameDescription
Public methodSLAItem
Default Constructor.
Top
Properties
  NameDescription
Public propertyApplicableWhenXml
Condition for SLA item
Public propertyAttributes (Inherited from Entity.)
Public propertyComponentState
For internal use only.
Public propertyCreatedBy
Shows who created the record.
Public propertyCreatedOn
Shows the date and time when the record was created. The date and time are displayed in the time zone selected in Microsoft Dynamics CRM options.
Public propertyCreatedOnBehalfBy
Shows who created the record on behalf of another user.
Public propertyDescription
Type additional information to describe the SLA Item
Public propertyEntityState (Inherited from Entity.)
Public propertyExchangeRate
Exchange rate between the currency associated with the SLA Item record and the base currency.
Public propertyExtensionData (Inherited from Entity.)
Public propertyFailureAfter
Select how soon the success criteria must be met until the SLA item is considered failed and failure actions are initiated. The actual duration is based on the business hours as specified in the associated SLA record.
Public propertyFormattedValues (Inherited from Entity.)
Public propertyId (Overrides Entity.Id.)
Public propertyIsManaged
For internal use only.
Public propertyItem (Inherited from Entity.)
Public propertylk_slaitembase_createdby
N:1 lk_slaitembase_createdby
Public propertylk_slaitembase_createdonbehalfby
N:1 lk_slaitembase_createdonbehalfby
Public propertylk_slaitembase_modifiedby
N:1 lk_slaitembase_modifiedby
Public propertylk_slaitembase_modifiedonbehalfby
N:1 lk_slaitembase_modifiedonbehalfby
Public propertyLogicalName (Inherited from Entity.)
Public propertyModifiedBy
Shows who last updated the record.
Public propertyModifiedOn
Shows the date and time when the record was last updated. The date and time are displayed in the time zone selected in Microsoft Dynamics CRM options.
Public propertyModifiedOnBehalfBy
Shows who created the record on behalf of another user.
Public propertyName
Type a descriptive name of the service level agreement (SLA) item.
Public propertyOverwriteTime
For internal use only.
Public propertyOwnerId
Enter the user or team who owns the SLA. This field is updated every time the item is assigned to a different user.
Public propertyOwningBusinessUnit
Unique identifier for the business unit that owns the record
Public propertyOwningUser
Unique identifier of the user who owns the SLA Item record.
Public propertyRelatedEntities (Inherited from Entity.)
Public propertyRelatedField
Select the field of the case record that this SLA item refers to.
Public propertySequenceNumber
Select the time zone, or UTC offset, for this address so that other people can reference it when they contact someone at this address.
Public propertysla_slaitem_slaId
N:1 sla_slaitem_slaId
Public propertySLAId
Unique identifier for SLA associated with SLA Item.
Public propertyslaitembase_workflowid
N:1 slaitembase_workflowid
Public propertySLAItemId
Unique identifier of the SLA Item.
Public propertySLAItemIdUnique
For internal use only.
Public propertySolutionId
Unique identifier of the associated solution.
Public propertySuccessConditionsXml
Condition for SLA item
Public propertyTransactionCurrency_SLAItem
N:1 TransactionCurrency_SLAItem
Public propertyTransactionCurrencyId
Unique identifier of the currency associated with the SLA Item record.
Public propertyVersionNumber
Version number of the SLA Item.
Public propertyWarnAfter
Select how soon the success criteria must be met before warning actions are initiated. The actual duration is based on the business hours as specified in the associated SLA record.
Public propertyWorkflowId
Workflow associated with the SLA Item.
Top
Methods
  NameDescription
Public methodContains (Inherited from Entity.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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 methodGetAttributeValue``1 (Inherited from Entity.)
Protected methodGetFormattedAttributeValue (Inherited from Entity.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetRelatedEntities``1 (Inherited from Entity.)
Protected methodGetRelatedEntity``1 (Inherited from Entity.)
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.)
Protected methodSetAttributeValue (Inherited from Entity.)
Protected methodSetRelatedEntities``1 (Inherited from Entity.)
Protected methodSetRelatedEntity``1 (Inherited from Entity.)
Public methodToEntity``1 (Inherited from Entity.)
Public methodToEntityReference (Inherited from Entity.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
Fields
See Also