Interface IReferenceField
Inherited Members
IComparable.CompareTo(object)
Namespace: Estrelica.Archer.Metadata.Field
Assembly: Estrelica.Interfaces.dll
Syntax
[StayPublic]
[DoNotObfuscateType]
public interface IReferenceField : IIsRequiredProperty, IMaxIntValueProperty, IMinIntValueProperty, IIsAuditEnabledProperty, IMinMaxSelectionProperty, IMinimumSelectionProperty, IMaximumSelectionProperty, 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
AllowAddNewInEdit
AllowAddNewInView
DefaultGridDisplayRowCount
ReferencedModule
Returns the module that this reference field is related to
Declaration
IArcherModule ReferencedModule { get; }
Property Value
IArcherModule |
ReturnFields
Declaration
IEnumerable<IReferenceField> ReturnFields { get; }
Property Value
IEnumerable<IReferenceField> |