Class SelectionFieldDefinitionCreation
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public class SelectionFieldDefinitionCreation : ISelectionFieldDefinitionCreation, IFieldDefinitionCreation
Properties
AcceptedValues
The accepted values of the field.
Declaration
public List<string> AcceptedValues { get; set; }
Property Value
Type | Description |
---|---|
List<string> |
DisplayName
The display name for the field.
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
Key
A unique name for the field. Uniqueness is scoped to the organization.
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
Multiselection
Whether the field can have multiple values.
Declaration
public bool Multiselection { get; set; }
Property Value
Type | Description |
---|---|
bool |
Type
The type of the field.
Declaration
public FieldDefinitionType Type { get; }
Property Value
Type | Description |
---|---|
FieldDefinitionType |