ComponentInfo

From Virtual World Web Wiki
Jump to: navigation, search

A structure of information about a component (server plugin)

Remarks [edit]

Properties

string AssemblyName {get; set;}
The main assembly name of the component
int BuildNumber {get; set;}
The build number part of a Major.Minor.BuildNumber version number. The Major version number comes from the installed system software major version number.
Guid ComponentID {get; set;}
The globally unique ID of the component
DateTime Created {get; set;}
The UTC date the component was created
string Description {get; set;}
A text description of the component
bool Enabled {get; set;}
True if this component will load when the system starts up
DateTime? LastUpdated {get; set;}
The UTC date the component was last updated
int MinorVersion {get; set;}
The minor part of a Major.Minor.BuildNumber version number. The Major version number comes from the installed system software major version number.
bool Provisional {get; set;}
True if this component was detected as a new component but not enabled to load yet
string Title {get; set;}
The title of the component

Constructors

ComponentInfo()