C# 클래스 LinqToDelicious.Post

A post made to Delicious.
파일 보기 프로젝트 열기: maravillas/linq-to-delicious 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Post() 공개 메소드

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.
리턴 System

Post() 공개 메소드

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.
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string