C# Class Sparkles.StorageTypeInfo

Show file Open project: hbons/SparkleShare

Public Properties

Property Type Description
Description string
Name string
Type StorageType

Public Methods

Method Description
StorageTypeInfo ( StorageType storage_type, string name, string description ) : System

Method Details

StorageTypeInfo() public method

public StorageTypeInfo ( StorageType storage_type, string name, string description ) : System
storage_type StorageType
name string
description string
return System

Property Details

Description public property

public string Description
return string

Name public property

public string Name
return string

Type public property

public StorageType Type
return StorageType