Click or drag to resize

CodeAssembly Class

The CodeAssembly class wraps an actual .net code assembly (dll).
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelCodeAssembly

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class CodeAssembly : ICloneable, 
	IObjectWithId, IObjectWithGuid, IEquatable<CodeAssembly>

The CodeAssembly type exposes the following members.

Constructors
  NameDescription
Public methodCodeAssembly
Constructing the object with the internal ID.
Top
Properties
  NameDescription
Public propertyChangedBy
ID of the user who made the last change
Public propertyChangeTime
Date of last change of the object
Public propertyCreatedBy
ID of the User who created the object
Public propertyCreateTime
Date from creation
Public propertyDocumentationURL
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.
Public propertyFileName
Filename of the CodeAssembly DLL file.
Public propertyId
Internal ID of the CodeAssembly object
Public propertyNumber
Object number if the CodeAssembly object. Taken from a sequence.
Public propertyUId
UID of the CodeAssembly object
Top
Methods
  NameDescription
Public methodPassesFilter
Determines if the object can pass the provided filter.
Public methodToString (Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
Explicit Interface Implementations
See Also