Class TSharedCollectionDetail
Unit
idCatalog
Declaration
type TSharedCollectionDetail = class(TBaseCatalogObject)
Description
TSharedCollectionDetail
Hierarchy
Overview
Methods
Properties
 |
property ShareName: WideString read FShareName write FShareName; |
 |
property ValidFrom: TDateTime read FValidFrom write FValidFrom; |
 |
property ValidTo: TDateTime read FValidTo write FValidTo; |
 |
property Enabled: Boolean read GetEnabled; |
 |
property Restricted: Boolean read GetRestricted; |
 |
property IsValid: Boolean read GetIsValid; |
 |
property IsPending: Boolean read GetIsPending; |
 |
property IsExpired: Boolean read GetIsExpired; |
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
function IsValidOn(AStamp: TDateTime): Boolean; virtual; |
|
|
 |
function IsExpiredOn(const AStamp: TDateTime): Boolean; virtual; |
|
|
 |
function IsPendingOn(const AStamp: TDateTime): Boolean; virtual; |
|
|
Properties
 |
property ShareName: WideString read FShareName write FShareName; |
|
|
 |
property ValidFrom: TDateTime read FValidFrom write FValidFrom; |
|
|
 |
property ValidTo: TDateTime read FValidTo write FValidTo; |
|
|
 |
property Enabled: Boolean read GetEnabled; |
|
|
 |
property Restricted: Boolean read GetRestricted; |
|
|
 |
property IsValid: Boolean read GetIsValid; |
|
|
 |
property IsPending: Boolean read GetIsPending; |
|
|
 |
property IsExpired: Boolean read GetIsExpired; |
|
|
Generated by PasDoc 0.15.0.
|