Interface IRelatedRecordsField
Inherited Members
IComparable.CompareTo(object)
Namespace: Estrelica.Archer.Metadata.Field
Assembly: Estrelica.Interfaces.dll
Syntax
[ImplementsFieldType(FieldType.RelatedRecords)]
[StayPublic]
[DoNotObfuscateType]
public interface IRelatedRecordsField : IFieldValidationTypeProperty, IIsCalculatedProperty, IIsEditableInSearchProperty, IIsEditableGridDisplayProperty, IIsBulkCreateEnabledProperty, IIsBulkUpdateEnabledProperty, IHeightWidthProperty, ILookupReportProperty, IDisplayControlProperty, IIsSupressedProperty, IAllowLookupProperty, IReferenceField, IIsRequiredProperty, IMaxIntValueProperty, IMinIntValueProperty, IIsAuditEnabledProperty, IMinMaxSelectionProperty, IMinimumSelectionProperty, IMaximumSelectionProperty, IAllowSortingProperty, IArcherField, IArcherEntity, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable, IComparable, IEquatable<IArcherEntity>, IArcherGuidEntity, IArcherNamedEntity, IArcherAliasedEntity, IArcherDescribedEntity, IArcherUpdateInfoEntity, IArcherASOEntity, IArcherEntityBase, IArcherBase
Properties
ReferencedField
Returns the IReferenceField (i.e. ICrossReferenceField or ISubformField) on the other side of this relationship.
Declaration
IReferenceField ReferencedField { get; }
Property Value
IReferenceField |
ReferencedFieldId
Returns the integer Id of the Cross-Reference or Subform field on the other side of this relationship.
Declaration
int ReferencedFieldId { get; }
Property Value
int |
RelatedLevel
Returns the level that this Related Records field refers to (i.e. where the ReferencedField is found).
Declaration
IArcherLevel RelatedLevel { get; }
Property Value
IArcherLevel |