Table of Contents

Class OperationCallFileRecord

Namespace
Microsoft.Accordant
Assembly
Accordant.Operations.dll

This class represents the file layout of an OperationCall when serialized.

public class OperationCallFileRecord
Inheritance
OperationCallFileRecord
Inherited Members
Extension Methods

Properties

Input

The associated input for this call.

public InputFileRecord Input { get; set; }

Property Value

InputFileRecord

Name

A unique name for this operation call.

public string Name { get; set; }

Property Value

string