Table of Contents

Class OperationBase

Namespace
The.Persistence
Assembly
Instagile.dll
[MessagePackObject(false)]
public abstract class OperationBase
Inheritance
OperationBase
Derived
Inherited Members

Properties

Arguments

[IgnoreMember]
public abstract string Arguments { get; }

Property Value

string

Name

[IgnoreMember]
public virtual string Name { get; }

Property Value

string

Methods

GetTypeNames()

public abstract IEnumerable<string> GetTypeNames()

Returns

IEnumerable<string>

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.