Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    Class WolfGroupStatistics

    Group stats.

    Inheritance
    System.Object
    WolfGroupStatistics
    Namespace: TehGM.Wolfringo
    Assembly: Wolfringo.Core.dll
    Syntax
    public class WolfGroupStatistics

    Constructors

    | Improve this Doc View Source

    WolfGroupStatistics()

    Creates a new object of this type.

    Declaration
    protected WolfGroupStatistics()

    Properties

    | Improve this Doc View Source

    ActionsCount

    Count of group actions.

    Declaration
    public int ActionsCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    DayOfWeekTrends

    Messages posted per day of week (0-6).

    Declaration
    public IEnumerable<WolfGroupStatistics.DailyTrend> DayOfWeekTrends { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfGroupStatistics.DailyTrend>
    | Improve this Doc View Source

    EmoticonsCount

    Count of messages with emotes.

    Declaration
    public int EmoticonsCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    GroupID

    ID of the group.

    Declaration
    public uint GroupID { get; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    GroupName

    Name of the group.

    Declaration
    public string GroupName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    HappyEmoticonsCount

    Count of messages with happy emotes.

    Declaration
    public int HappyEmoticonsCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    HourOfDayTrends

    Messages posted per hour of day (0-23).

    Declaration
    public IEnumerable<WolfGroupStatistics.HourlyTrend> HourOfDayTrends { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfGroupStatistics.HourlyTrend>
    | Improve this Doc View Source

    ImagesCount

    Count of images posted.

    Declaration
    public int ImagesCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    MembersCount

    Group member count.

    Declaration
    public int MembersCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    OwnerID

    ID of the group owner.

    Declaration
    public uint OwnerID { get; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    PacksCount

    Count of message packs.

    Declaration
    public int PacksCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    QuestionsCount

    Count of messages with questions.

    Declaration
    public int QuestionsCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    RecentDaysTrends

    Messages posted in recent days.

    Declaration
    public IEnumerable<WolfGroupStatistics.DailyTrend> RecentDaysTrends { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfGroupStatistics.DailyTrend>
    | Improve this Doc View Source

    SadEmoticonsCount

    Count of messages with sad emotes.

    Declaration
    public int SadEmoticonsCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    SpokenCount

    ?

    Declaration
    public int SpokenCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    SwearsCount

    Count of messages with swears.

    Declaration
    public int SwearsCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    TextLinesCount

    Count of text lines.

    Declaration
    public int TextLinesCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    TextMessagesCount

    Count of text messages.

    Declaration
    public int TextMessagesCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Timestamp

    Time at which these stats were generated.

    Declaration
    public DateTime Timestamp { get; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    TopActionSenders

    Members performing most admin actions..

    Declaration
    public IEnumerable<WolfGroupStatistics.MessageStat> TopActionSenders { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfGroupStatistics.MessageStat>
    | Improve this Doc View Source

    TopEmoticonSenders

    Members sending most messages with emoticons.

    Declaration
    public IEnumerable<WolfGroupStatistics.TextMessageStat> TopEmoticonSenders { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfGroupStatistics.TextMessageStat>
    | Improve this Doc View Source

    TopHappyEmoticonSenders

    Members sending most messages with happy emoticons.

    Declaration
    public IEnumerable<WolfGroupStatistics.TextMessageStat> TopHappyEmoticonSenders { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfGroupStatistics.TextMessageStat>
    | Improve this Doc View Source

    TopImageSenders

    Members sending most images.

    Declaration
    public IEnumerable<WolfGroupStatistics.MessageStat> TopImageSenders { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfGroupStatistics.MessageStat>
    | Improve this Doc View Source

    TopMembers

    Top 25 active members.

    Declaration
    public IEnumerable<WolfGroupStatistics.MemberStats> TopMembers { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfGroupStatistics.MemberStats>
    | Improve this Doc View Source

    TopQuestionSenders

    Members sending most messages with questions.

    Declaration
    public IEnumerable<WolfGroupStatistics.TextMessageStat> TopQuestionSenders { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfGroupStatistics.TextMessageStat>
    | Improve this Doc View Source

    TopRunnerUps

    Next top 30 active members.

    Declaration
    public IEnumerable<WolfGroupStatistics.MemberStats> TopRunnerUps { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfGroupStatistics.MemberStats>
    | Improve this Doc View Source

    TopSadEmoticonSenders

    Members sending most messages with sad emoticons.

    Declaration
    public IEnumerable<WolfGroupStatistics.TextMessageStat> TopSadEmoticonSenders { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfGroupStatistics.TextMessageStat>
    | Improve this Doc View Source

    TopSwearSenders

    Members sending most messages with swaers.

    Declaration
    public IEnumerable<WolfGroupStatistics.TextMessageStat> TopSwearSenders { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfGroupStatistics.TextMessageStat>
    | Improve this Doc View Source

    TopTextSenders

    Members sending text messages.

    Declaration
    public IEnumerable<WolfGroupStatistics.TextMessageStat> TopTextSenders { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfGroupStatistics.TextMessageStat>
    | Improve this Doc View Source

    TopWordSenders

    Members sending most words.

    Declaration
    public IEnumerable<WolfGroupStatistics.WordPerLineStat> TopWordSenders { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfGroupStatistics.WordPerLineStat>
    Remarks

    This statistic appears to be currently broken, and have the same values as TopTextSenders.

    | Improve this Doc View Source

    VoiceMessagesCount

    Count of voice messages.

    Declaration
    public int VoiceMessagesCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    WordsCount

    Words per line.

    Declaration
    public int WordsCount { get; }
    Property Value
    Type Description
    System.Int32
    Remarks

    This statistic appears to be currently broken, and have the same values as TextMessagesCount.