Search Results for

    Show / Hide Table of Contents

    Class CorePublishInfo

    Core variant of the PublishInfo class that has the id of the publishing source in addition to other properties

    Inheritance
    System.Object
    CorePublishInfo
    Implements
    System.IEquatable<CorePublishInfo>
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Core.Common.Data
    Assembly: ImageVault.Core.dll
    Syntax
    public class CorePublishInfo : IEquatable<CorePublishInfo>

    Constructors

    CorePublishInfo()

    Declaration
    public CorePublishInfo()

    Properties

    PublishDetails

    The data of the PublishedDetails

    Declaration
    public string PublishDetails { get; set; }
    Property Value
    Type Description
    System.String

    PublishingSourceId

    The id of the PublishingSource

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

    Methods

    Equals(CorePublishInfo)

    Declaration
    public bool Equals(CorePublishInfo other)
    Parameters
    Type Name Description
    CorePublishInfo other
    Returns
    Type Description
    System.Boolean

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()

    Implements

    System.IEquatable<T>
    In This Article
    Back to top (c) Meriworks 2002-2022