Class FileListEntry
- Namespace
- SWConfigDataClientLib.Proxies.Files
- Assembly
- IpPbxCDSClientLib.dll
<CDSClientLib.EntryBaseSummary>
public class FileListEntry : SObject
- Inheritance
-
FileListEntry
- Inherited Members
Constructors
FileListEntry()
public FileListEntry()
Fields
ClassTrace
protected static STraceInfo ClassTrace
Field Value
- STraceInfo
Properties
Category
(Max length is 50.)
public virtual string Category { get; set; }
Property Value
Compressed
public virtual bool Compressed { get; set; }
Property Value
Culture
(Max length is 10.)
public virtual string Culture { get; set; }
Property Value
Description
(Max length is 1024.)
public virtual string Description { get; set; }
Property Value
FileID
public virtual Guid FileID { get; set; }
Property Value
FileSize
public virtual int FileSize { get; }
Property Value
GroupID
public virtual int GroupID { get; set; }
Property Value
Hidden
public virtual bool Hidden { get; set; }
Property Value
IsCategoryNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsCategoryNull { get; }
Property Value
IsCompressedNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsCompressedNull { get; }
Property Value
IsCultureNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsCultureNull { get; }
Property Value
IsDescriptionNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsDescriptionNull { get; }
Property Value
IsFileIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsFileIDNull { get; }
Property Value
IsFileSizeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsFileSizeNull { get; }
Property Value
IsGroupIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsGroupIDNull { get; }
Property Value
IsHiddenNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsHiddenNull { get; }
Property Value
IsLastModificationNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsLastModificationNull { get; }
Property Value
IsNameNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsNameNull { get; }
Property Value
IsOriginalFileSizeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsOriginalFileSizeNull { get; }
Property Value
IsPrivateNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsPrivateNull { get; }
Property Value
IsReadOnlyNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsReadOnlyNull { get; }
Property Value
IsScopeNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsScopeNull { get; }
Property Value
IsSystemFileNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsSystemFileNull { get; }
Property Value
IsUserIDNull
Returns true if the item attribute has Null value (DBNull).
public virtual bool IsUserIDNull { get; }
Property Value
LastModificationLocal
public virtual SDateTime LastModificationLocal { get; set; }
Property Value
LastModificationUTC
public virtual SDateTime LastModificationUTC { get; set; }
Property Value
Name
(Max length is 256.)
public virtual string Name { get; set; }
Property Value
OriginalFileSize
public virtual int OriginalFileSize { get; set; }
Property Value
Private
public virtual bool Private { get; set; }
Property Value
ProxyNumber
protected virtual long ProxyNumber { get; }
Property Value
ReadOnly
public virtual bool ReadOnly { get; set; }
Property Value
Scope
public virtual FileScope Scope { get; set; }
Property Value
SystemFile
public virtual bool SystemFile { get; set; }
Property Value
UserID
public virtual int UserID { get; set; }
Property Value
_PreDefinedFileCategory
public PreDefinedFileCategory _PreDefinedFileCategory { get; }
Property Value
Methods
ApplyData(FileListEntry)
Applies all data from the Entry object item.
public virtual void ApplyData(FileListEntry entry)
Parameters
entry
FileListEntry
Clone()
Clones the Entry item. The cloned entry is unattached and can not be used for updating.
public virtual FileListEntry Clone()
Returns
- FileListEntry
Cloned entry of type FileListEntry.
Dispose()
Dispose
public virtual void Dispose()
SetDefaultValues()
Sets all item attributes to default value.
public virtual void SetDefaultValues()
SetDescriptionNull()
Set item attribute to Null value (DBNull).
public virtual void SetDescriptionNull()
SetGroupIDNull()
Set item attribute to Null value (DBNull).
public virtual void SetGroupIDNull()
SetUserIDNull()
Set item attribute to Null value (DBNull).
public virtual void SetUserIDNull()
ToString()
Returns the string representation of the item.
public override string ToString()
Returns
- string
String representation of the item.
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()
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