TSigmaContentLicenseInfoWriter Class

Represents type TSigmaContentLicenseInfoWriter.

Namespace: Sigma.License
TObject
  Sigma.License.TSigmaContentLicenseInfo
    Sigma.License.TSigmaContentLicenseInfoWriter
type
 TSigmaContentLicenseInfoWriter = class sealed(TSigmaContentLicenseInfo)
 end;

The TSigmaContentLicenseInfoWriter type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the TSigmaContentLicenseInfo class. (Inherited from TSigmaContentLicenseInfo.)

Top
Show:
 NameDescription
AuthorID

Represents property AuthorID. (Inherited from TSigmaContentLicenseInfo.)

AuthorName

Represents property AuthorName. (Inherited from TSigmaContentLicenseInfo.)

AuthorURL

Represents property AuthorURL. (Inherited from TSigmaContentLicenseInfo.)

Info

Represents property Info. (Inherited from TSigmaContentLicenseInfo.)

Kind

Represents property Kind. (Inherited from TSigmaContentLicenseInfo.)

ProductID

Represents property ProductID. (Inherited from TSigmaContentLicenseInfo.)

ProductName

Represents property ProductName. (Inherited from TSigmaContentLicenseInfo.)

ProductURL

Represents property ProductURL. (Inherited from TSigmaContentLicenseInfo.)

ProductVersion

Represents property ProductVersion. (Inherited from TSigmaContentLicenseInfo.)

RightsMask[Boolean]

Represents property RightsMask[Boolean]. (Inherited from TSigmaContentLicenseInfo.)

Top
Show:
 NameDescription
AuthorDisplayName

Represents method AuthorDisplayName. (Inherited from TSigmaContentLicenseInfo.)

GetAuthorID

Represents method GetAuthorID. (Inherited from TSigmaContentLicenseInfo.)

GetAuthorName

Represents method GetAuthorName. (Inherited from TSigmaContentLicenseInfo.)

GetAuthorURL

Represents method GetAuthorURL. (Inherited from TSigmaContentLicenseInfo.)

GetInfo

Represents method GetInfo. (Inherited from TSigmaContentLicenseInfo.)

GetKind

Represents method GetKind. (Inherited from TSigmaContentLicenseInfo.)

GetProductID

Represents method GetProductID. (Inherited from TSigmaContentLicenseInfo.)

GetProductName

Represents method GetProductName. (Inherited from TSigmaContentLicenseInfo.)

GetProductURL

Represents method GetProductURL. (Inherited from TSigmaContentLicenseInfo.)

GetProductVersion

Represents method GetProductVersion. (Inherited from TSigmaContentLicenseInfo.)

GetRightsMask(Boolean)

Represents method GetRightsMask(Boolean). (Inherited from TSigmaContentLicenseInfo.)

ProductDisplayName

Represents method ProductDisplayName. (Inherited from TSigmaContentLicenseInfo.)

SetInfo(String)

Represents method SetInfo(String).

SetKind(TSigmaContentLicenseKind)

Represents method SetKind(TSigmaContentLicenseKind).

SetProductName(String)

Represents method SetProductName(String).

SetProductURL(String)

Represents method SetProductURL(String).

SetProductVersion(String)

Represents method SetProductVersion(String).

SetRightsMask(Boolean,TSigmaContentRightsMask)

Represents method SetRightsMask(Boolean,TSigmaContentRightsMask).

Top