Exemple #1
0
        private bool Contains(XmlSchemaDerivationMethod _value)
        {
            XSDisallowedSubstitutions _enumValue = EnumerationXSDisallowedSubstitutions.FromNativeValue(_value);
            IValue _idx = _values.Find(_enumValue);

            return(_idx.DataType != DataType.Undefined);
        }
Exemple #2
0
 public static XmlSchemaDerivationMethod ToNativeValue(XSDisallowedSubstitutions wrapper)
 => wrapper.UnderlyingValue;