Field
Creates field instances.
Returns an artifact ID of a field.
Returns a code type ID of a field.
Returns a column name of a field.
Returns a field category ID.
Returns a field type ID.
Returns a list of GUID values associated with a given field.
Returns a Boolean flag indicating whether a field is in layout or not.
Returns a Boolean flag indicating whether a field is a reflected field or not.
Returns a name of a field.
Returns a field value.
public Field(int artifactID, string name, string columnName, int fieldTypeID, int? codeTypeID, int fieldCategoryID, bool isReflected, bool isInLayout, FieldValue value, List<Guid> guids)
Initializes a new instance of the Field class.
Initializes a new instance of the Field class.
Initializes a new instance of the Field class.
Initializes a new instance of the Field class.
Initializes a new instance of the Field class.