Class FaxAttachmentEntry
- Namespace
- SWConfigDataClientLib.Proxies.FaxJobs
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.SubEntrySummary>
public class FaxAttachmentEntry : SObject
- Inheritance
-
FaxAttachmentEntry
- Inherited Members
Remarks
Thread Safety: safe
Constructors
FaxAttachmentEntry()
public FaxAttachmentEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
AttachmentID
public virtual int AttachmentID { get; }
Property Value
Remarks
Thread Safety: safe
Cover
public virtual bool Cover { get; set; }
Property Value
Remarks
Thread Safety: safe
Description
(Max length is 128.)
public virtual string Description { get; set; }
Property Value
Remarks
Thread Safety: safe
FileID
public virtual Guid FileID { get; set; }
Property Value
Remarks
Thread Safety: safe
Filename
(Max length is 512.)
public virtual string Filename { get; set; }
Property Value
Remarks
Thread Safety: safe
IsAttachmentIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsAttachmentIDNull { get; }
Property Value
Remarks
Thread Safety: safe
IsCoverNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsCoverNull { get; }
Property Value
Remarks
Thread Safety: safe
IsDescriptionNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsDescriptionNull { get; }
Property Value
Remarks
Thread Safety: safe
IsFileIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsFileIDNull { get; }
Property Value
Remarks
Thread Safety: safe
IsFilenameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsFilenameNull { get; }
Property Value
Remarks
Thread Safety: safe
IsJobIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsJobIDNull { get; }
Property Value
Remarks
Thread Safety: safe
IsPagesNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPagesNull { get; }
Property Value
Remarks
Thread Safety: safe
IsPositionNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPositionNull { get; }
Property Value
Remarks
Thread Safety: safe
JobID
public virtual int JobID { get; set; }
Property Value
Remarks
Thread Safety: safe
Pages
public virtual int Pages { get; set; }
Property Value
Remarks
Thread Safety: safe
ParentEntry
The parent entry.
public virtual FaxJobEntry ParentEntry { get; }
Property Value
Remarks
Thread Safety: safe
Position
public virtual int Position { get; set; }
Property Value
Remarks
Thread Safety: safe
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
Methods
ApplyData(FaxAttachmentEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(FaxAttachmentEntry entry)
Parameters
entry
FaxAttachmentEntry
Remarks
Thread Safety: safe
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual FaxAttachmentEntry Clone()
Returns
- FaxAttachmentEntry
Cloned entry of type FaxAttachmentEntry.
Remarks
Thread Safety: safe
Dispose()
Dispose
public virtual void Dispose()
Remarks
Thread Safety: safe
SetDefaultValues()
Sets all item attributes to default value.
public virtual void SetDefaultValues()
Remarks
Thread Safety: safe
SetDescriptionNull()
Set item attribute to Null value (DBNull).
public virtual void SetDescriptionNull()
Remarks
Thread Safety: safe
ToString()
Returns the string representation of the item.
public override string ToString()
Returns
- string
String representation of the item.
Remarks
Thread Safety: safe
ValidateNotNullMembers()
Checks if all attributes have valid values. For example an unset attribtue which doesn't allow null value will cause an Exception.
public virtual void ValidateNotNullMembers()
Remarks
Thread Safety: safe
Verbose()
Returns a string containing alle item attributes. This method can be used for trcaing and debugging.
public virtual string Verbose()
Returns
- string
String containig all item attributes with names and values
Remarks
Thread Safety: safe