Class SysImage
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Terrasoft.Core.Configuration
Assembly: Terrasoft.Core.dll
Syntax
public class SysImage : SysBaseEntity, IEntity, ICloneable, ILicObject, ICompositeObject, IRowModel
Constructors
SysImage(SysImage)
Declaration
public SysImage(SysImage source)
Parameters
Type | Name | Description |
---|---|---|
SysImage | source |
SysImage(UserConnection)
Declaration
public SysImage(UserConnection userConnection)
Parameters
Type | Name | Description |
---|---|---|
UserConnection | userConnection |
Properties
HasRef
Declaration
public bool HasRef { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MimeType
Declaration
public string MimeType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UploadedOn
Declaration
public DateTime UploadedOn { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Methods
Clone()
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object |
Overrides
Implements
System.ICloneable