C# Class DataStoreLib.Models.TwitterEntity

Inheritance: TableStorageEntity
Mostra file Open project: viren85/moviemirchi Class Usage Examples

Public Properties

Property Type Description
PARTITION_KEY string

Public Methods

Method Description
CreateTwitterEntity ( string fromUserId, string textMessage ) : TwitterEntity
GetKey ( ) : string
ReadEntity ( EntityProperty>.IDictionary properties, Microsoft operationContext ) : void
TwitterEntity ( ) : System
TwitterEntity ( TwitterEntity entity ) : System
TwitterEntity ( string rowKey ) : System
WriteEntity ( Microsoft operationContext ) : EntityProperty>.IDictionary

Method Details

CreateTwitterEntity() public static method

public static CreateTwitterEntity ( string fromUserId, string textMessage ) : TwitterEntity
fromUserId string
textMessage string
return TwitterEntity

GetKey() public method

public GetKey ( ) : string
return string

ReadEntity() public method

public ReadEntity ( EntityProperty>.IDictionary properties, Microsoft operationContext ) : void
properties EntityProperty>.IDictionary
operationContext Microsoft
return void

TwitterEntity() public method

public TwitterEntity ( ) : System
return System

TwitterEntity() public method

public TwitterEntity ( TwitterEntity entity ) : System
entity TwitterEntity
return System

TwitterEntity() public method

public TwitterEntity ( string rowKey ) : System
rowKey string
return System

WriteEntity() public method

public WriteEntity ( Microsoft operationContext ) : EntityProperty>.IDictionary
operationContext Microsoft
return EntityProperty>.IDictionary

Property Details

PARTITION_KEY public_oe static_oe property

public static string PARTITION_KEY
return string