Search Results for

    Show / Hide Table of Contents

    Class IndexAssetArgument

    Inheritance
    System.Object
    IndexAssetArgument
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Core.Common.DbEntities
    Assembly: ImageVault.Core.dll
    Syntax
    public class IndexAssetArgument

    Constructors

    IndexAssetArgument()

    Declaration
    public IndexAssetArgument()

    IndexAssetArgument(SearchIndexInfo)

    Declaration
    public IndexAssetArgument(SearchIndexInfo indexInfo)
    Parameters
    Type Name Description
    SearchIndexInfo indexInfo

    IndexAssetArgument(Int32)

    Declaration
    [Obsolete("Use IndexInfo instead")]
    public IndexAssetArgument(int indexId)
    Parameters
    Type Name Description
    System.Int32 indexId

    IndexAssetArgument(Int32, Int32)

    Declaration
    public IndexAssetArgument(int indexId, int version)
    Parameters
    Type Name Description
    System.Int32 indexId
    System.Int32 version

    Properties

    Assets

    Declaration
    public int[] Assets { get; set; }
    Property Value
    Type Description
    System.Int32[]

    IndexId

    Declaration
    [Obsolete("Use IndexInfo instead")]
    public int IndexId { get; set; }
    Property Value
    Type Description
    System.Int32

    IndexInfo

    Declaration
    public SearchIndexInfo IndexInfo { get; set; }
    Property Value
    Type Description
    SearchIndexInfo

    LastActiveMediaItemId

    for an index all operation, this contains the last valid media item id that was found

    Declaration
    public int LastActiveMediaItemId { get; set; }
    Property Value
    Type Description
    System.Int32

    StartId

    Declaration
    public int StartId { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    Parse(String)

    Declaration
    public static IndexAssetArgument Parse(string json)
    Parameters
    Type Name Description
    System.String json
    Returns
    Type Description
    IndexAssetArgument

    ToJson()

    Declaration
    public string ToJson()
    Returns
    Type Description
    System.String
    In This Article
    Back to top (c) Meriworks 2002-2022