ArcDataBinding.FieldPropertyDescriptor.ShouldSerializeValue C# (CSharp) Méthode

ShouldSerializeValue() public méthode

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.
Résultat bool
    public override bool ShouldSerializeValue(object component)
    {
      return false;
    } 
    #endregion Public Overrides