C# Class LinqToDelicious.Post

A post made to Delicious.
ファイルを表示 Open project: maravillas/linq-to-delicious Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Post ( String address, String hash, String description, String tags, String extended, String date ) : System

Create a new post.

Post ( String address, String hash, String description, String tags, String extended, String date, String meta ) : System

Create a new post.

ToString ( ) : string

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Post() public method

Create a new post.
public Post ( String address, String hash, String description, String tags, String extended, String date ) : System
address String The address for this post.
hash String The Delicious-generated hash for this post.
description String The description for this post.
tags String The list of tags for this post.
extended String The extended text for this post.
date String The date this post was saved.
return System

Post() public method

Create a new post.
public Post ( String address, String hash, String description, String tags, String extended, String date, String meta ) : System
address String The address for this post.
hash String The Delicious-generated hash for this post.
description String The description for this post.
tags String The list of tags for this post.
extended String The extended text for this post.
date String The date this post was saved.
meta String The signature that indicates when values have changed in this post.
return System

ToString() public method

public ToString ( ) : string
return string