Struct SelectionFieldDefinitionProperties
The properties of an ISelectionFieldDefinition.
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public struct SelectionFieldDefinitionProperties
Properties
AcceptedValues
The accepted values of the field.
Declaration
public readonly IEnumerable<string> AcceptedValues { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<string> |
AuthoringInfo
The creation and update information of the field.
Declaration
public readonly AuthoringInfo AuthoringInfo { get; }
Property Value
| Type | Description |
|---|---|
| AuthoringInfo |
DisplayName
The display name for the field.
Declaration
public readonly string DisplayName { get; }
Property Value
| Type | Description |
|---|---|
| string |
IsDeleted
Whether the field is deleted.
Declaration
public readonly bool IsDeleted { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Multiselection
Whether the field can have multiple values.
Declaration
public readonly bool Multiselection { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Origin
The originator of the field.
Declaration
public readonly FieldDefinitionOrigin Origin { get; }
Property Value
| Type | Description |
|---|---|
| FieldDefinitionOrigin |
Type
The type of the field.
Declaration
public FieldDefinitionType Type { get; }
Property Value
| Type | Description |
|---|---|
| FieldDefinitionType |