ReportCatalogItemDto Members
A data transfer object (DTO) that provides the information about a report catalog item.Constructors
Name | Description |
---|---|
ReportCatalogItemDto() | Initializes a new instance of the ReportCatalogItemDto class with the default settings. |
Properties
Name | Description |
---|---|
CategoryId | Identifies the report catalog item’s category. |
Description | Specifies the report catalog item description. |
Id | Identifies the report category item. |
LockedBy | Specifies the user who locked the report catalog item. |
ModifiedBy | Specifies the last user who modified the report catalog item. |
ModifiedDateTime | Specifies the date and time when the report catalog item was last modified. |
Name | Specifies the report catalog item name. |
OptimisticLock | Identifies the report catalog version used for optimistic locking. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also