Class PublishInformation
The Publishing source information for a specific media item
Inheritance
Inherited Members
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public class PublishInformation
Constructors
PublishInformation()
Initializes a new instance of the PublishInformation class.
Declaration
public PublishInformation()
PublishInformation(PublishInformation)
Initializes a new instance of the PublishInformation class.
Declaration
public PublishInformation(PublishInformation publishInformation)
Parameters
Type | Name | Description |
---|---|---|
PublishInformation | publishInformation |
Properties
Media
Get/Sets the Media of the PublishInformation
Declaration
public Media Media { get; set; }
Property Value
Type | Description |
---|---|
Media |
PublishDetails
List with publish details for media item references for media in this publishing source
Declaration
public IList<PublishDetails> PublishDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<PublishDetails> |
PublishingSourceId
Get/Sets the PublishingSourceId of the PublishInformation
Declaration
public int PublishingSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PublishingSourceIdentifier
Get/Sets the PublishingSourceIdentifier of the PublishInformation
Declaration
public string PublishingSourceIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The identifier of the publishing source |
Methods
Equals(PublishInformation)
Determines whether the specified object is equal to the current object.
Declaration
protected bool Equals(PublishInformation other)
Parameters
Type | Name | Description |
---|---|---|
PublishInformation | other | The object to compare with the current object. |
Returns
Type | Description |
---|---|
System.Boolean | true if the specified object is equal to the current object; otherwise, false. |
Equals(Object)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | The object to compare with the current object. |
Returns
Type | Description |
---|---|
System.Boolean | true if the specified object is equal to the current object; otherwise, false. |
Overrides
GetHashCode()
Serves as the default hash function.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | A hash code for the current object. |