C# Class Postworthy.Tasks.AzureCleanUp.Program.StorageEntityIndex

Inheritance: RepositoryEntity
Exibir arquivo Open project: postworthy/postworthy

Public Methods

Method Description
IsEqual ( RepositoryEntity other ) : bool
StorageEntityIndex ( ) : System
StorageEntityIndex ( string key ) : System
StorageEntityIndex ( string key, List EntityKeys ) : System

Method Details

IsEqual() public method

public IsEqual ( RepositoryEntity other ) : bool
other RepositoryEntity
return bool

StorageEntityIndex() public method

public StorageEntityIndex ( ) : System
return System

StorageEntityIndex() public method

public StorageEntityIndex ( string key ) : System
key string
return System

StorageEntityIndex() public method

public StorageEntityIndex ( string key, List EntityKeys ) : System
key string
EntityKeys List
return System