}}
    Show / Hide Table of Contents

    Class PersonalisedValues

    Inheritance
    object
    PersonalisedValues
    Implements
    IEnumerable
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.Finalize()
    object.MemberwiseClone()
    Namespace: Zenoph.Notify.Store
    Assembly: Zenoph.Notify.dll
    Syntax
    [ComVisible(false)]
    public class PersonalisedValues : IEnumerable

    Constructors

    PersonalisedValues(string[])

    Declaration
    public PersonalisedValues(string[] values)
    Parameters
    Type Name Description
    string[] values

    Methods

    export()

    Declaration
    public string[] export()
    Returns
    Type Description
    string[]

    getSize()

    Declaration
    public int getSize()
    Returns
    Type Description
    int

    Explicit Interface Implementations

    GetEnumerator()

    Returns an enumerator that iterates through a collection.

    Declaration
    IEnumerator GetEnumerator()
    Returns
    Type Description
    IEnumerator

    An IEnumerator object that can be used to iterate through the collection.

    Implements

    IEnumerable
    Back to top