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.4.717.3176 (8.4.0717.3176)
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 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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also