You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="allowInactive">Indicates whether to allow an <see cref="IReferenceData"/> value where <see cref="IReferenceData.IsActive"/> is set to <see langword="false"/>.</param>
public class ReferenceDataCodeCollectionRule<TEntity, TProperty>(bool allowInactive) : PropertyRuleBase<TEntity, TProperty> where TEntity : class where TProperty : IReferenceDataCodeCollection