Type: BCS.Sym3.IUserDefinedType

Represents a user defined type

Properties


Fields

  • Description: Gets the list of fields.
  • Type: ObservableCollection`1
  • Access: Read

Methods


MoveDown(System.Int32)

Moves down a field in the list

  • Parameters:
    • index: index of field to move

MoveUp(System.Int32)

Moves up a field in the list

  • Parameters:
    • index: index of field to move

NewField

Creates a new field

  • Returns:
    • Returns the created field

NewField(System.String)

Creates a new field with a specified name

  • Parameters:
    • name:

RemoveField(BCS.Sym3.IUserDefinedTypeField)

Removes a field

  • Parameters:
    • fieldToRemove: Field to remove

RemoveFields(System.Collections.IEnumerable)

Removes a list of field

  • Parameters:
    • fieldsToRemove: A list of field to remove