Interface IGPALFile
Inherited Members
Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public interface IGPALFile : IAllowFileSettings, IAllowFileActions, IAllowFileName, IAllowToGPALObject<IGPALFile>
Properties
Filename
Declaration
string Filename { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Filenames
Declaration
List<string> Filenames { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
First
Declaration
IGPALFile First { get; }
Property Value
| Type | Description |
|---|---|
| IGPALFile |
Last
Declaration
IGPALFile Last { get; }
Property Value
| Type | Description |
|---|---|
| IGPALFile |
Next
Declaration
IGPALFile Next { get; }
Property Value
| Type | Description |
|---|---|
| IGPALFile |