Click or drag to resize

LicensedComponent Class

Represents a component of DME Component Libraries and holds information about its license status.
Inheritance Hierarchy
SystemObject
  AGI.FoundationLicensedComponent

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class LicensedComponent

The LicensedComponent type exposes the following members.

Properties
  NameDescription
Public propertyCustomerID
Gets the customer ID from the license information. Different types of licenses include customer information in several different possible fields.
Public propertyExpirationDate
Gets the expiration date of the component, or MaxValue if the component does not expire.
Public propertyIsExpired
Gets a value indicating whether this component is expired.
Public propertyName
Gets the name of the component.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetField
Gets a field from the license information for this component, such as Name.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also