Class ClickModel
public class ClickModel
- Inheritance
-
ClickModel
- Inherited Members
- Extension Methods
Constructors
ClickModel(string, string)
public ClickModel(string link, string user)
Parameters
Properties
IsValid
public bool IsValid { get; }
Property Value
Link
public Guid Link { get; set; }
Property Value
LinkUrl
public string LinkUrl { get; set; }
Property Value
User
public Guid User { get; set; }