C# Class PassFruit.Tags

Inheritance: ITags
Mostra file Open project: bettiolo/PassFruit Class Usage Examples

Public Methods

Method Description
Add ( string key ) : void
Contains ( string key ) : bool
Equals ( Tags other ) : bool
Equals ( object obj ) : bool
GetEnumerator ( ) : IEnumerator
GetHashCode ( ) : int
Remove ( string key ) : void
ToString ( ) : string
this ( string key ) : ITag

Private Methods

Method Description
IEnumerable ( ) : IEnumerator
Tags ( System.Guid accountId ) : System

Method Details

Add() public method

public Add ( string key ) : void
key string
return void

Contains() public method

public Contains ( string key ) : bool
key string
return bool

Equals() public method

public Equals ( Tags other ) : bool
other Tags
return bool

Equals() public method

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

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

GetHashCode() public method

public GetHashCode ( ) : int
return int

Remove() public method

public Remove ( string key ) : void
key string
return void

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( string key ) : ITag
key string
return ITag