Class AlterTypeAddFields
Represents an operation to add new fields to a User Defined Type.
public class AlterTypeAddFields : IAlterTypeOperation
- Inheritance
-
AlterTypeAddFields
- Implements
- Inherited Members
Constructors
AlterTypeAddFields(Dictionary<string, DataAPIType>)
Initializes a new instance with the specified fields.
public AlterTypeAddFields(Dictionary<string, DataAPIType> fields)
Parameters
fieldsDictionary<string, DataAPIType>The fields to add (field name -> field type).
Properties
Fields
Gets the fields to be added.
public Dictionary<string, string> Fields { get; }
Property Value
Methods
GetOperation()
Gets the operation as a tuple (operation name, operation data).
public (string, object) GetOperation()