Class PublishDetailsData
Publish details data
Inheritance
System.Object
PublishDetailsData
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.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public class PublishDetailsData : IUserPublishDetailsData, IPublishDetailsData
Constructors
PublishDetailsData()
Default constructor
Declaration
public PublishDetailsData()
PublishDetailsData(PublishDetailsData)
Copy constructor
Declaration
public PublishDetailsData(PublishDetailsData publishDetailsData)
Parameters
Type | Name | Description |
---|---|---|
PublishDetailsData | publishDetailsData |
PublishDetailsData(String, String, String)
Default constructor
Declaration
public PublishDetailsData(string text = null, string url = null, string groupId = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | |
System.String | url | |
System.String | groupId |
Properties
GroupId
Group id
Declaration
public string GroupId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
The text of the publish details data instance
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Url
The url of the publish details data instance
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |
User
The username of the publish details data instance
Declaration
public string User { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Equals(PublishDetailsData)
Declaration
protected bool Equals(PublishDetailsData other)
Parameters
Type | Name | Description |
---|---|---|
PublishDetailsData | 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()