SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
Generated with DocFX + Singulink

Search Results for

    Class FileListEntry

    Namespace
    SWConfigDataClientLib.Proxies.Files
    Assembly
    IpPbxCDSClientLib.dll

    <CDSClientLib.EntryBaseSummary>FileListEntryFileListEntry</CDSClientLib.EntryBaseSummary>

    public class FileListEntry : SObject
    Inheritance
    object
    SObject
    FileListEntry
    Inherited Members
    SObject.MakeKey(string)
    SObject.SObjectID

    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

    string

    Compressed

    public virtual bool Compressed { get; set; }

    Property Value

    bool

    Culture

    (Max length is 10.)

    public virtual string Culture { get; set; }

    Property Value

    string

    Description

    (Max length is 1024.)

    public virtual string Description { get; set; }

    Property Value

    string

    FileID

    public virtual Guid FileID { get; set; }

    Property Value

    Guid

    FileSize

    public virtual int FileSize { get; }

    Property Value

    int

    GroupID

    public virtual int GroupID { get; set; }

    Property Value

    int

    Hidden

    public virtual bool Hidden { get; set; }

    Property Value

    bool

    IsCategoryNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsCategoryNull { get; }

    Property Value

    bool

    IsCompressedNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsCompressedNull { get; }

    Property Value

    bool

    IsCultureNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsCultureNull { get; }

    Property Value

    bool

    IsDescriptionNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsDescriptionNull { get; }

    Property Value

    bool

    IsFileIDNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsFileIDNull { get; }

    Property Value

    bool

    IsFileSizeNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsFileSizeNull { get; }

    Property Value

    bool

    IsGroupIDNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsGroupIDNull { get; }

    Property Value

    bool

    IsHiddenNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsHiddenNull { get; }

    Property Value

    bool

    IsLastModificationNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsLastModificationNull { get; }

    Property Value

    bool

    IsNameNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsNameNull { get; }

    Property Value

    bool

    IsOriginalFileSizeNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsOriginalFileSizeNull { get; }

    Property Value

    bool

    IsPrivateNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsPrivateNull { get; }

    Property Value

    bool

    IsReadOnlyNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsReadOnlyNull { get; }

    Property Value

    bool

    IsScopeNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsScopeNull { get; }

    Property Value

    bool

    IsSystemFileNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsSystemFileNull { get; }

    Property Value

    bool

    IsUserIDNull

    Returns true if the item attribute has Null value (DBNull).

    public virtual bool IsUserIDNull { get; }

    Property Value

    bool

    LastModificationLocal

    public virtual SDateTime LastModificationLocal { get; set; }

    Property Value

    SDateTime

    LastModificationUTC

    public virtual SDateTime LastModificationUTC { get; set; }

    Property Value

    SDateTime

    Name

    (Max length is 256.)

    public virtual string Name { get; set; }

    Property Value

    string

    OriginalFileSize

    public virtual int OriginalFileSize { get; set; }

    Property Value

    int

    Private

    public virtual bool Private { get; set; }

    Property Value

    bool

    ProxyNumber

    protected virtual long ProxyNumber { get; }

    Property Value

    long

    ReadOnly

    public virtual bool ReadOnly { get; set; }

    Property Value

    bool

    Scope

    public virtual FileScope Scope { get; set; }

    Property Value

    FileScope

    SystemFile

    public virtual bool SystemFile { get; set; }

    Property Value

    bool

    UserID

    public virtual int UserID { get; set; }

    Property Value

    int

    _PreDefinedFileCategory

    public PreDefinedFileCategory _PreDefinedFileCategory { get; }

    Property Value

    PreDefinedFileCategory

    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

    © Enreach GmbH