Click or drag to resize

ContractTemplate Class

Template for a contract containing the standard attributes of a contract.
Inheritance Hierarchy
SystemObject
  Entity
    Crm.MSCrmServiceContractTemplate

Namespace: Crm.MSCrmService
Assembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ContractTemplate : Entity, 
	INotifyPropertyChanging, INotifyPropertyChanged

The ContractTemplate type exposes the following members.

Constructors
 NameDescription
Public methodContractTemplate Default Constructor.
Top
Properties
 NameDescription
Public propertyAbbreviation Abbreviation of the contract template name.
Public propertyAllotmentTypeCode Criteria for the contracts based on the template, such as number of cases, time, or coverage dates.
Public propertyAttributes
(Inherited from Entity)
Public propertyBillingFrequencyCode How often the customer or account is to be billed in contracts that are based on the template.
Public propertyComponentState For internal use only.
Public propertycontract_template_contracts 1:N contract_template_contracts
Public propertyContractServiceLevelCode Unique identifier of the level of service specified in contracts that are based on the template.
Public propertyContractTemplate_AsyncOperations 1:N ContractTemplate_AsyncOperations
Public propertyContractTemplate_BulkDeleteFailures 1:N ContractTemplate_BulkDeleteFailures
Public propertyContractTemplate_ProcessSessions 1:N ContractTemplate_ProcessSessions
Public propertyContractTemplate_SyncErrors 1:N ContractTemplate_SyncErrors
Public propertyContractTemplateId Unique identifier of the contract template.
Public propertyContractTemplateIdUnique For internal use only.
Public propertyCreatedBy Unique identifier of the user who created the contract template.
Public propertyCreatedOn Date and time when the contract template was created.
Public propertyCreatedOnBehalfBy Unique identifier of the delegate user who created the contracttemplate.
Public propertyDescription Description of the contract template.
Public propertyEffectivityCalendar Days of the week and times for which contracts based on the template are effective.
Public propertyEntityState
(Inherited from Entity)
Public propertyExtensionData
(Inherited from Entity)
Public propertyFormattedValues
(Inherited from Entity)
Public propertyHasLazyFileAttribute
(Inherited from Entity)
Public propertyId
(Overrides Entity.Id)
Public propertyImportSequenceNumber Unique identifier of the data import or data migration that created this record.
Public propertyIntroducedVersion Version in which the form is introduced.
Public propertyIsCustomizable Information that specifies whether this component can be customized.
Public propertyIsManaged Indicates whether the solution component is part of a managed solution.
Public propertyItem
(Inherited from Entity)
Public propertyKeyAttributes
(Inherited from Entity)
Public propertyLazyFileAttributeKey
(Inherited from Entity)
Public propertyLazyFileAttributeValue
(Inherited from Entity)
Public propertyLazyFileSizeAttributeKey
(Inherited from Entity)
Public propertyLazyFileSizeAttributeValue
(Inherited from Entity)
Public propertylk_contracttemplate_createdonbehalfby N:1 lk_contracttemplate_createdonbehalfby
Public propertylk_contracttemplate_modifiedonbehalfby N:1 lk_contracttemplate_modifiedonbehalfby
Public propertylk_contracttemplatebase_createdby N:1 lk_contracttemplatebase_createdby
Public propertylk_contracttemplatebase_modifiedby N:1 lk_contracttemplatebase_modifiedby
Public propertyLogicalName
(Inherited from Entity)
Public propertyModifiedBy Unique identifier of the user who last modified the contract template.
Public propertyModifiedOn Date and time when the contract template was last modified.
Public propertyModifiedOnBehalfBy Unique identifier of the delegate user who last modified the contracttemplate.
Public propertyName Name of the contract template.
Public propertyorganization_contract_templates N:1 organization_contract_templates
Public propertyOrganizationId Unique identifier of the organization associated with the contract template.
Public propertyOverriddenCreatedOn Date and time that the record was migrated.
Public propertyOverwriteTime For internal use only.
Public propertyRelatedEntities
(Inherited from Entity)
Public propertyRowVersion
(Inherited from Entity)
Public propertySolutionId Unique identifier of the associated solution.
Public propertyUseDiscountAsPercentage Specifies whether the discount is a percentage or a monetary amount in contracts based on the template.
Public propertyuserentityinstancedata_contracttemplate 1:N userentityinstancedata_contracttemplate
Public propertyVersionNumber Version number of the contract template.
Top
Methods
 NameDescription
Public methodContains
(Inherited from Entity)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows 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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Protected methodGetRelatedEntities``1
(Inherited from Entity)
Protected methodGetRelatedEntity``1
(Inherited from Entity)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates 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 methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTryGetAttributeValue``1
(Inherited from Entity)
Top
Events
Fields
See Also