Exemple #1
0
        protected object GetValueForConfig(FixedValuePropertySourceConfiguration config)
        {
            var parser = config?.ResolveParser(Context);

            return(parser?.Parse(config.FixedValue));
        }
 protected bool Equals(FixedValuePropertySourceConfiguration other)
 {
     return(Equals(FixedValue, other.FixedValue));
 }