C# Class IndieAPI.Server.Services.CloudSheet.Record

Datei anzeigen Open project: SyncZone/IndieAPI Class Usage Examples

Public Methods

Method Description
Add ( String key, String val ) : void
this ( Int32 idx ) : String
this ( String key ) : String

Private Methods

Method Description
Record ( UInt32 rowNo ) : System

Method Details

Add() public method

public Add ( String key, String val ) : void
key String
val String
return void

this() public method

public this ( Int32 idx ) : String
idx System.Int32
return String

this() public method

public this ( String key ) : String
key String
return String