Click or drag to resize

TimePhasedSpreadServiceArguments Class

Contains options to get Time-Phased Spread.
Inheritance Hierarchy
SystemObject
  Cobra.Model.WebServiceTimePhasedSpreadServiceArguments

Namespace: Cobra.Model.WebService
Assembly: Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.5.700.3359 (8.5.0700.3359)
Syntax
C#
public class TimePhasedSpreadServiceArguments : IProjectOperationsServiceArguments

The TimePhasedSpreadServiceArguments type exposes the following members.

Properties
 NameDescription
Public propertyInformationFile The fully qualified XML file name that defines the spread to be returned. Optional. If the file is supplied, the file must be visible from the web service host. If a file is not supplied, the web service will create a temporary file using the value defined in InformationXML.
Public propertyInformationXML The XML that defines the spread to be returned. Optional. Applicable only when InformationFile is not supplied.
Public propertyOutputFile The fully qualified XML file name that will be created by this service, containing the requested spread. This file must be visible from the web service host. If the specified file does not exist, it will be created. If the file exists, it will be overwritten. Required.
Public propertyUseStandardDateFormat Determines whether standard date format (yyyyMMdd) is used for dates in spread's XML input and output. Optional. Default is dates will use the date format from user's setting.
Top
Methods
 NameDescription
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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also