Class TNamedObject

Unit

Declaration

type TNamedObject = class(TObject)

Description

this is a GUID compliant to RFC 4122, v4

Hierarchy

Overview

Fields

Protected pUuid: ˆTUuid;
Protected LName: String;
Public DisplayName: String;

Methods

Public constructor Create(ClassName_: String);
Public destructor Destroy; OVERRIDE;

Properties

Public property LocalName: String READ LName WRITE LName;
Public property UUID: TUuid READ Get_UUID WRITE Set_UUID;
Public property ID: String READ Get_ID;
Public property CIM_ID: String READ Get_CIM_ID;

Description

Fields

Protected pUuid: ˆTUuid;
 
Protected LName: String;

compliant to RFC 4122, v4

Public DisplayName: String;
 

Methods

Public constructor Create(ClassName_: String);

TODO: remove

Public destructor Destroy; OVERRIDE;
 

Properties

Public property LocalName: String READ LName WRITE LName;
 
Public property UUID: TUuid READ Get_UUID WRITE Set_UUID;
 
Public property ID: String READ Get_ID;
 
Public property CIM_ID: String READ Get_CIM_ID;
 

Generated by PasDoc 0.16.0.