[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.FileSpecification.RelatedFileCollection

Class FileSpecification.RelatedFileCollection

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll

Represents a collection of FileSpecification.RelatedFile objects.

public class FileSpecification.RelatedFileCollection : OwnedCollection<FileSpecification.RelatedFile>, IList<FileSpecification.RelatedFile>, ICollection<FileSpecification.RelatedFile>, IReadOnlyList<FileSpecification.RelatedFile>, IReadOnlyCollection<FileSpecification.RelatedFile>, IEnumerable<FileSpecification.RelatedFile>, IOwnedObject, IList, ICollection, IEnumerable
Inheritance
FileSpecification.RelatedFileCollection
Implements
Inherited Members

Properties

Owner

Gets the FileSpecification.FileInfo object owning this collection.

public FileSpecification.FileInfo Owner { get; }

Property Value

FileSpecification.FileInfo

Methods

OnChanged()

Called when collection is changed, sets Changed to true.

protected override void OnChanged()