Class TSharedCollectionDetail

Unit

Declaration

type TSharedCollectionDetail = class(TBaseCatalogObject)

Description

TSharedCollectionDetail

Hierarchy

Overview

Methods

Public procedure AfterConstruction; override;
Public function IsValidOn(AStamp: TDateTime): Boolean; virtual;
Public function IsExpiredOn(const AStamp: TDateTime): Boolean; virtual;
Public function IsPendingOn(const AStamp: TDateTime): Boolean; virtual;

Properties

Published property ShareName: WideString read FShareName write FShareName;
Published property ValidFrom: TDateTime read FValidFrom write FValidFrom;
Published property ValidTo: TDateTime read FValidTo write FValidTo;
Published property Enabled: Boolean read GetEnabled;
Published property Restricted: Boolean read GetRestricted;
Published property IsValid: Boolean read GetIsValid;
Published property IsPending: Boolean read GetIsPending;
Published property IsExpired: Boolean read GetIsExpired;

Description

Methods

Public procedure AfterConstruction; override;
 
Public function IsValidOn(AStamp: TDateTime): Boolean; virtual;
 
Public function IsExpiredOn(const AStamp: TDateTime): Boolean; virtual;
 
Public function IsPendingOn(const AStamp: TDateTime): Boolean; virtual;
 

Properties

Published property ShareName: WideString read FShareName write FShareName;
 
Published property ValidFrom: TDateTime read FValidFrom write FValidFrom;
 
Published property ValidTo: TDateTime read FValidTo write FValidTo;
 
Published property Enabled: Boolean read GetEnabled;
 
Published property Restricted: Boolean read GetRestricted;
 
Published property IsValid: Boolean read GetIsValid;
 
Published property IsPending: Boolean read GetIsPending;
 
Published property IsExpired: Boolean read GetIsExpired;
 

Generated by PasDoc 0.15.0.