Show / Hide Table of Contents

Class StorageModel

Identifikátor modelu chráneného dátového úložiska

Inheritance
object
StorageModel
Implements
IEquatableStorageModel
Inherited Members
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class StorageModel : IEquatable<StorageModel>

Properties

ChduLite

CHDU Lite

Declaration
public static StorageModel ChduLite { get; }
Property Value
Type Description
StorageModel

ChduLiteImage

Declaration
public static StorageModel ChduLiteImage { get; }
Property Value
Type Description
StorageModel

ChduSk

CHDU-SK verzie 1.01

Declaration
public static StorageModel ChduSk { get; }
Property Value
Type Description
StorageModel

ChduSkImage

Declaration
public static StorageModel ChduSkImage { get; }
Property Value
Type Description
StorageModel

InMemory

Declaration
public static StorageModel InMemory { get; }
Property Value
Type Description
StorageModel

Name

Declaration
public string Name { get; }
Property Value
Type Description
string

Value

Declaration
public int Value { get; }
Property Value
Type Description
int

Methods

Equals(StorageModel)

Declaration
public bool Equals(StorageModel other)
Parameters
Type Name Description
StorageModel other
Returns
Type Description
bool

Equals(StorageModel, StorageModel)

Declaration
public static bool Equals(StorageModel first, StorageModel second)
Parameters
Type Name Description
StorageModel first
StorageModel second
Returns
Type Description
bool

Equals(object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
object.Equals(object)

FromInt32(int)

Declaration
public static StorageModel FromInt32(int value)
Parameters
Type Name Description
int value
Returns
Type Description
StorageModel

FromString(string)

Declaration
public static StorageModel FromString(string name)
Parameters
Type Name Description
string name
Returns
Type Description
StorageModel

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
object.GetHashCode()

GetValues()

Declaration
public static IEnumerable<StorageModel> GetValues()
Returns
Type Description
IEnumerableStorageModel

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

TryParse(string, out StorageModel)

Declaration
public static bool TryParse(string value, out StorageModel storageModel)
Parameters
Type Name Description
string value
StorageModel storageModel
Returns
Type Description
bool

Operators

operator ==(StorageModel, StorageModel)

Declaration
public static bool operator ==(StorageModel first, StorageModel second)
Parameters
Type Name Description
StorageModel first
StorageModel second
Returns
Type Description
bool

explicit operator StorageModel(int)

Declaration
public static explicit operator StorageModel(int value)
Parameters
Type Name Description
int value
Returns
Type Description
StorageModel

explicit operator StorageModel(int?)

Declaration
public static explicit operator StorageModel(int? value)
Parameters
Type Name Description
int value
Returns
Type Description
StorageModel

explicit operator StorageModel(string)

Declaration
public static explicit operator StorageModel(string value)
Parameters
Type Name Description
string value
Returns
Type Description
StorageModel

operator !=(StorageModel, StorageModel)

Declaration
public static bool operator !=(StorageModel first, StorageModel second)
Parameters
Type Name Description
StorageModel first
StorageModel second
Returns
Type Description
bool

Implements

IEquatable<T>
In This Article
Na začiatok stránky Nine Digit, s.r.o. ©