C# Class SemWeb.Stores.SQLStore.ResourceKey

ファイルを表示 Open project: JoshData/semweb-dotnet

Public Properties

Property Type Description
ResId int

Public Methods

Method Description
Equals ( object other ) : bool
GetHashCode ( ) : int
ResourceKey ( int id ) : System

Method Details

Equals() public method

public Equals ( object other ) : bool
other object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ResourceKey() public method

public ResourceKey ( int id ) : System
id int
return System

Property Details

ResId public_oe property

public int ResId
return int