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