Class FieldDefinitionUpdate
Implements
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public class FieldDefinitionUpdate : IFieldDefinitionUpdate
Constructors
FieldDefinitionUpdate()
Declaration
public FieldDefinitionUpdate()
FieldDefinitionUpdate(IFieldDefinition)
Declaration
public FieldDefinitionUpdate(IFieldDefinition fieldDefinition)
Parameters
Type | Name | Description |
---|---|---|
IFieldDefinition | fieldDefinition |
Properties
DisplayName
The display name for the field.
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |