Method | Description | |
---|---|---|
CompareTo ( Object other ) : int |
Compare the two objects.
|
|
DirectoryEntry ( IEncogPersistedObject obj ) : System |
Construct a directory entry for the specified object.
|
|
DirectoryEntry ( String type, String name, String description ) : System |
Construct a directory entry from strings.
|
|
Equals ( Object other ) : bool |
Returns true if the two objects are equal.
|
|
GetHashCode ( ) : int |
Create a simple hash code for this object.
|
|
ToString ( ) : String |
Convert the object to a string.
|
public CompareTo ( Object other ) : int | ||
other | Object | The other object. |
return | int |
public DirectoryEntry ( IEncogPersistedObject obj ) : System | ||
obj | IEncogPersistedObject | The Encog object. |
return | System |
public DirectoryEntry ( String type, String name, String description ) : System | ||
type | String | The type of object. |
name | String | The name of this object. |
description | String | The description for this object. |
return | System |
public Equals ( Object other ) : bool | ||
other | Object | The other object. |
return | bool |