Class DbMediaShareItem
Summary description for DbMediaShareItem.
Inheritance
System.Object
DbMediaShareItem
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 DbMediaShareItem
Constructors
DbMediaShareItem()
Declaration
public DbMediaShareItem()
Properties
Deleted
If the share item is deleted
Declaration
public bool Deleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MediaItemId
Get/Sets the MediaItemId of the DbMediaShareItem
Declaration
public int MediaItemId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MediaShareId
Get/Sets the MediaShareId of the DbMediaShareItem
Declaration
public string MediaShareId { get; set; }
Property Value
Type | Description |
---|---|
System.String |