CodeAssembly Class |
Namespace: Omada.OE.Model
[SerializableAttribute] public class CodeAssembly : ICloneable, IObjectWithId, IObjectWithGuid, IEquatable<CodeAssembly>
The CodeAssembly type exposes the following members.
| Name | Description | |
|---|---|---|
| CodeAssembly |
Constructing the object with the internal ID.
|
| Name | Description | |
|---|---|---|
| ChangedBy |
ID of the user who made the last change
| |
| ChangeTime |
Date of last change of the object
| |
| CreatedBy |
ID of the User who created the object
| |
| CreateTime |
Date from creation
| |
| DocumentationURL |
URL to DocSite (Sandcastle) website.
The URL must point to the directory that contains the generated html files.
Example: http://someserver/oedocsite/help/html
Can be null.
| |
| FileName |
Filename of the CodeAssembly DLL file.
| |
| Id |
Internal ID of the CodeAssembly object
| |
| Number |
Object number if the CodeAssembly object. Taken from a sequence.
| |
| UId |
UID of the CodeAssembly object
|
| Name | Description | |
|---|---|---|
| PassesFilter |
Determines if the object can pass the provided filter.
| |
| ToString | (Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |
| Name | Description | |
|---|---|---|
| ICloneableClone | Creates a new object that is a copy of the current instance. | |
| IEquatableCodeAssemblyEquals | Indicates whether the current object is equal to another object of the same type. | |
| IObjectWithGuid.GetGuid | ||
| IObjectWithId.GetId |