C# Class Sparkles.StorageTypeInfo

ファイルを表示 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_oe property

public string Description
return string

Name public_oe property

public string Name
return string

Type public_oe property

public StorageType Type
return StorageType