SingleObjectFieldRequest public class SingleObjectFieldRequest : BaseFieldRequest Documentation public ObjectTypeIdentifier AssociativeObjectType { get; set; } public bool AvailableInFieldTree { get; set; } public Securable<ObjectTypeIdentifier> FieldTreeView { get; set; } public bool OpenToAssociations { get; set; } public Securable<ObjectTypeIdentifier> PopupPickerView { get; set; } public bool Wrapping { get; set; } public SingleObjectFieldRequest()