Interface IDiffList
Defines a list of difference
Namespace: OSGeo.MapGuide.MaestroAPI.Resource.Comparison
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public interface IDiffList
Methods
| Improve this Doc View SourceCount()
Gets the number of instances
Declaration
int Count()
Returns
Type | Description |
---|---|
System.Int32 |
GetByIndex(Int32)
Gets a diff at the specified index
Declaration
IComparable GetByIndex(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type | Description |
---|---|
System.IComparable |