Search Results for

    Show / Hide Table of Contents

    Interface ICustomProperties

    Interface that represents set of custom metadata properties

    Namespace: IronXL.Metadata
    Assembly: IronXL.dll
    Syntax
    public interface ICustomProperties

    Methods

    AddProperty(String, Object)

    Method for adding property with the specified name and value.

    Available value types are: System.Int32, System.Double, System.String, System.Boolean.

    Declaration
    void AddProperty(string name, object value)
    Parameters
    Type Name Description
    System.String name

    Name of the property.

    System.Object value

    Value of the property.

    Contains(String)

    Method to check whether set of properties contains property with the specified name.

    Declaration
    bool Contains(string name)
    Parameters
    Type Name Description
    System.String name

    Name of the property.

    Returns
    Type Description
    System.Boolean

    true if property with the specified name exists, otherwise false.

    GetValue(String)

    Method for getting custom property value by its name. See AddProperty(String, Object) for list of possible types.

    Declaration
    object GetValue(string name)
    Parameters
    Type Name Description
    System.String name

    The name of the property.

    Returns
    Type Description
    System.Object

    The value of the property.

    GetValue<T>(String)

    Unsafe method for getting strongly-typed custom property value by its name. See AddProperty(String, Object) for list of possible types.

    Declaration
    T GetValue<T>(string name)
    Parameters
    Type Name Description
    System.String name

    Name of the property.

    Returns
    Type Description
    T

    Returns default(T) is such property wasn't found

    Type Parameters
    Name Description
    T

    Remove(String)

    Method for removing property by its name.

    Declaration
    bool Remove(string name)
    Parameters
    Type Name Description
    System.String name

    The name of the property.

    Returns
    Type Description
    System.Boolean

    true if property was removed, otherwise false.

    TryGetValue<T>(String, out T)

    Safe method for getting strongly-typed custom property value by its name. See AddProperty(String, Object) for list of possible types.

    Declaration
    bool TryGetValue<T>(string name, out T value)
    Parameters
    Type Name Description
    System.String name

    The name of the property.

    T value

    The value of the property..

    Returns
    Type Description
    System.Boolean

    true if value was returned successfully, otherwise false.

    Type Parameters
    Name Description
    T

    Type of the return value.

    ☀
    ☾
    Downloads
    • Download with Nuget
    • Start for Free
    In This Article
    Back to top
    Install with Nuget
    Want to deploy IronXL to a live project for FREE?
    What’s included?
    30 days of fully-functional product
    Test and share in a live environment
    No watermarks in production
    Get your free 30-day Trial Key instantly.
    No credit card or account creation required
    Your Trial License Key has been emailed to you.
    Download IronXL free to apply
    your Trial Licenses Key
    Install with NuGet View Licenses
    Licenses from $499. Have a question? Get in touch.