Interface IRepositoryItem
Represents an item in the repository
Namespace: OSGeo.MapGuide.ObjectModels.Common
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IRepositoryItem
Properties
| Improve this Doc View SourceCreatedDate
Gets the created date.
Declaration
DateTime CreatedDate { get; }
Property Value
Type | Description |
---|---|
System.DateTime | The created date. |
HasChildren
Gets a value indicating whether this instance has children.
Declaration
bool HasChildren { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsFolder
Gets a value indicating whether this instance is folder.
Declaration
bool IsFolder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ModifiedDate
Gets the modified date.
Declaration
DateTime ModifiedDate { get; }
Property Value
Type | Description |
---|---|
System.DateTime | The modified date. |
Name
Gets the name.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Owner
Gets the owner.
Declaration
string Owner { get; }
Property Value
Type | Description |
---|---|
System.String | The owner. |
ResourceId
Gets the resource id.
Declaration
string ResourceId { get; }
Property Value
Type | Description |
---|---|
System.String | The resource id. |
ResourceType
Gets the type of the resource.
Declaration
string ResourceType { get; }
Property Value
Type | Description |
---|---|
System.String | The type of the resource. |