C# Класс SharpCifs.Util.Sharpen.Properties

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
_properties Hashtable

Открытые методы

Метод Описание
GetProperty ( object key ) : object
GetProperty ( object key, object def ) : object
Load ( InputStream input ) : void
Properties ( ) : System.IO
Properties ( Properties defaultProp ) : System.IO
PutAll ( Hashtable properties ) : void
SetProperty ( object key, object value ) : void
Store ( SharpCifs.Util.Sharpen.OutputStream output ) : void
Store ( TextWriter output ) : void

Описание методов

GetProperty() публичный Метод

public GetProperty ( object key ) : object
key object
Результат object

GetProperty() публичный Метод

public GetProperty ( object key, object def ) : object
key object
def object
Результат object

Load() публичный Метод

public Load ( InputStream input ) : void
input InputStream
Результат void

Properties() публичный Метод

public Properties ( ) : System.IO
Результат System.IO

Properties() публичный Метод

public Properties ( Properties defaultProp ) : System.IO
defaultProp Properties
Результат System.IO

PutAll() публичный Метод

public PutAll ( Hashtable properties ) : void
properties Hashtable
Результат void

SetProperty() публичный Метод

public SetProperty ( object key, object value ) : void
key object
value object
Результат void

Store() публичный Метод

public Store ( SharpCifs.Util.Sharpen.OutputStream output ) : void
output SharpCifs.Util.Sharpen.OutputStream
Результат void

Store() публичный Метод

public Store ( TextWriter output ) : void
output System.IO.TextWriter
Результат void

Описание свойств

_properties защищенное свойство

protected Hashtable _properties
Результат Hashtable