TimePhasedSpreadServiceArguments Class |
Namespace: Cobra.Model.WebService
public class TimePhasedSpreadServiceArguments : IProjectOperationsServiceArguments
The TimePhasedSpreadServiceArguments type exposes the following members.
Name | Description | |
---|---|---|
InformationFile |
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.
| |
InformationXML |
The XML that defines the spread to be returned.
Optional.
Applicable only when InformationFile is not supplied.
| |
OutputFile |
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.
| |
UseStandardDateFormat |
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.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |