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
Name
[IgnoreMember]
public virtual string Name { get; }
Property Value
Methods
GetTypeNames()
public abstract IEnumerable<string> GetTypeNames()
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.