ArcDataBinding.FieldPropertyDescriptor.ShouldSerializeValue C# (CSharp) Метод

ShouldSerializeValue() публичный Метод

When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.
public ShouldSerializeValue ( object component ) : bool
component object The component (an IRow) with the property to be examined for /// persistence.
Результат bool
    public override bool ShouldSerializeValue(object component)
    {
      return false;
    } 
    #endregion Public Overrides