VAGSuite.TransactionCollection.TransactionCollectionPropertyDescriptor.ShouldSerializeValue C# (CSharp) Метод

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

public ShouldSerializeValue ( object component ) : bool
component object
Результат bool
            public override bool ShouldSerializeValue(object component)
            {
                return true;
            }