Share via


NumberSeqScope Class [AX 2012]

The NumberSeqScope class is used to define the valid scope for an instance of a number sequence.

Syntax

class NumberSeqScope

Run On

Called

Methods

  Method Description
Gg761109.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg761109.privmethod(en-us,AX.60).gif containsParameterType Determines whether the NumberSeqScope class contains a parameter of the specified NumberSeqParameterType enumeration type.
Gg761109.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg761109.pubmethod(en-us,AX.60).gif getDefaultFormatSegments Gets a container that has the format segment information for this NumberSeqScope object and the specified scope and number.
Gg761109.pubmethod(en-us,AX.60).gif getId Retrieves the ID of the scope.
Gg761109.pubmethod(en-us,AX.60).gif getParameters Retrieves the parameters that define the scope.
Gg761109.privmethod(en-us,AX.60).gif getParameterValue Retrieves the value of the parameter of the specified NumberSeqParameterType class from this NumberSeqScope object.
Gg761109.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg761109.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg761109.pubmethod(en-us,AX.60).gif isDatatypeValidForCountryRegion Determines if the given NumberSequenceDatatype object is valid for this NumberSeqScope object based on its country region code.
Gg761109.privmethod(en-us,AX.60).gif new Initializes a new scope object.
Gg761109.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg761109.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg761109.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg761109.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg761109.pubmethod(en-us,AX.60).gif scopeType Gets the type of the scope.
Gg761109.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg761109.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg761109.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg761109.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg761109.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg761109.pubmethod(en-us,AX.60).gif Gg761109.static(en-us,AX.60).gif ::computeScopeTypeValue Computes a bitmap that has individual bit positions corresponding to parameter types with the same value.
Gg761109.pubmethod(en-us,AX.60).gif Gg761109.static(en-us,AX.60).gif ::construct Initializes a new scope object.
Gg761109.pubmethod(en-us,AX.60).gif Gg761109.static(en-us,AX.60).gif ::find Looks up and initializes a scope object from the database.
Gg761109.pubmethod(en-us,AX.60).gif Gg761109.static(en-us,AX.60).gif ::getFormatSegmentShortName Gets the short name for the specified format segment.
Gg761109.pubmethod(en-us,AX.60).gif Gg761109.static(en-us,AX.60).gif ::getParameterTypesForScopeType Gets a List of NumberSeqParameterType enumeration values that correspond to the specified scope type.
Gg761109.pubmethod(en-us,AX.60).gif Gg761109.static(en-us,AX.60).gif ::getScopeTypeLabel Gets a label that is appropriate for the specified scope type.
Gg761109.pubmethod(en-us,AX.60).gif Gg761109.static(en-us,AX.60).gif ::getValidScopeTypes Gets a list of the valid scope type values.
Gg761109.pubmethod(en-us,AX.60).gif Gg761109.static(en-us,AX.60).gif ::lookupDataArea Performs a lookup on the DataArea table.
Gg761109.pubmethod(en-us,AX.60).gif Gg761109.static(en-us,AX.60).gif ::lookupFiscalCalendarPeriod Performs a lookup on the FiscalCalendarPeriod table.
Gg761109.pubmethod(en-us,AX.60).gif Gg761109.static(en-us,AX.60).gif ::lookupFiscalCalendarYear Performs a lookup on the FiscalCalendarYear table.
Gg761109.pubmethod(en-us,AX.60).gif Gg761109.static(en-us,AX.60).gif ::lookupLegalEntity Performs a lookup on the CompanyInfo table.
Gg761109.pubmethod(en-us,AX.60).gif Gg761109.static(en-us,AX.60).gif ::scopeTypeDataArea Retrieves the scope type value for a scope that contains the DataArea parameter type.
Gg761109.pubmethod(en-us,AX.60).gif Gg761109.static(en-us,AX.60).gif ::scopeTypeDataAreaFiscalCalendarPeriod Retrieves the scope type value for a scope that contains the DataArea and FiscalCalendarPeriod parameter types.
Gg761109.pubmethod(en-us,AX.60).gif Gg761109.static(en-us,AX.60).gif ::scopeTypeFiscalCalendarPeriod Retrieves the scope type value for a scope that contains the FiscalCalendarPeriod parameter type.
Gg761109.pubmethod(en-us,AX.60).gif Gg761109.static(en-us,AX.60).gif ::scopeTypeGlobal Retrieves the scope type value for the global scope.
Gg761109.pubmethod(en-us,AX.60).gif Gg761109.static(en-us,AX.60).gif ::scopeTypeLegalEntity Retrieves the scope type value for a scope that contains the LegalEntity parameter type.
Gg761109.pubmethod(en-us,AX.60).gif Gg761109.static(en-us,AX.60).gif ::scopeTypeLegalEntityFiscalCalendarPeriod Retrieves the scope type value for a scope that contains the LegalEntity and FiscalCalendarPeriod parameter types.
Gg761109.pubmethod(en-us,AX.60).gif Gg761109.static(en-us,AX.60).gif ::scopeTypeOperatingUnit Retrieves the scope type value for a scope that contains the OperatingUnit parameter type.
Gg761109.pubmethod(en-us,AX.60).gif Gg761109.static(en-us,AX.60).gif ::scopeTypeOperatingUnitType Retrieves the scope type value for a scope that contains the operating unit type parameter type.

Top

Inheritance Hierarchy

Object Class
  NumberSeqScope Class