public class Document : ITelerikBindModel| Description | Human readable description of this document. |
| DocumentName | Unique key value for this document |
| FileName | The file name for this document. |
| TextField | Short, human redable field. Should be unique within all instances of the class. The string value that the user will see and select from. Each object in the list should have a unique TextField value. |
| URL | The downloadable URL to retreive this document. |
| ValueField | Unique string value representing this instance. A unique string value that represents the object. Each object in the list must have a unique ValueField value. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |