| 
            
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| # | AssignFromBuffer (handle) | 
     Copies the buffer values to the entity table's properties  Overrides Consultingwerk.OERA.EntityTable:AssignFromBuffer (handle)  | 
|
| # | AssignToBuffer (handle) | 
     Copies the entity table's properties to the buffer values  Overrides Consultingwerk.OERA.EntityTable:AssignToBuffer (handle)  | 
|
| # | HANDLE GetChildRecord (handle, character) | 
     Returns the first (and typically only) child record of a to-one
relation  Inherited from Consultingwerk.OERA.EntityTable  | 
|
| # | GetChildRecords (handle, character, Object, character) | 
     Populates a List of child records  Inherited from Consultingwerk.OERA.EntityTable  | 
|
| + | InitializeNewRow () | 
     Initializes a New row  Inherited from Consultingwerk.OERA.EntityTable  | 
|
| # | OnAttachmentDataChanged (EventArgs) | 
     Raises the AttachmentDataChanged event  | 
|
| # | OnAttachmentFolderChanged (EventArgs) | 
     Raises the AttachmentFolderChanged event  | 
|
| # | OnAttachmentGUIDChanged (EventArgs) | 
     Raises the AttachmentGUIDChanged event  | 
|
| # | OnAttachmentNameChanged (EventArgs) | 
     Raises the AttachmentNameChanged event  | 
|
| # | OnAttachmentRoleGUIDChanged (EventArgs) | 
     Raises the AttachmentRoleGUIDChanged event  | 
|
| # | OnAttachmentRoleNameChanged (EventArgs) | 
     Raises the AttachmentRoleNameChanged event  | 
|
| # | OnAttachmentThumbnailChanged (EventArgs) | 
     Raises the AttachmentThumbnailChanged event  | 
|
| # | OnCommentDataChanged (EventArgs) | 
     Raises the CommentDataChanged event  | 
|
| # | OnCommentRoleGUIDChanged (EventArgs) | 
     Raises the CommentRoleGUIDChanged event  | 
|
| # | OnLanguageGuidChanged (EventArgs) | 
     Raises the LanguageGuidChanged event  | 
|
| # | OnRecordKeyValueChanged (EventArgs) | 
     Raises the RecordKeyValueChanged event  | 
|
| # | OnTableGUIDChanged (EventArgs) | 
     Raises the TableGUIDChanged event  | 
|
| + | PopulateList (handle, character, Object, character) | 
     Populates a List object with EntityTable objects for buffers  Inherited from Consultingwerk.OERA.EntityTable  | 
|
| + | PopulateList (handle, Object, character) | 
     Populates a List object with EntityTable objects for buffers  Inherited from Consultingwerk.OERA.EntityTable  | 
|
| # | SetModified () | 
     Set's the current row to modified  Inherited from Consultingwerk.OERA.EntityTable  | 
| Options | Name | Purpose | |
|---|---|---|---|
| + | SmartAttachment_Generated () | 
     Constructor of the SmartAttachment_Generated class  | 
|
| + | SmartAttachment_Generated (handle) | 
     Constructor of the SmartAttachment_Generated class  | 
| Options | Name | Purpose | |
|---|---|---|---|
| + | AttachmentDataChanged (Object, EventArgs) | 
     Raised when the AttachmentData property value changes  | 
|
| + | AttachmentFolderChanged (Object, EventArgs) | 
     Raised when the AttachmentFolder property value changes  | 
|
| + | AttachmentGUIDChanged (Object, EventArgs) | 
     Raised when the AttachmentGUID property value changes  | 
|
| + | AttachmentNameChanged (Object, EventArgs) | 
     Raised when the AttachmentName property value changes  | 
|
| + | AttachmentRoleGUIDChanged (Object, EventArgs) | 
     Raised when the AttachmentRoleGUID property value changes  | 
|
| + | AttachmentRoleNameChanged (Object, EventArgs) | 
     Raised when the AttachmentRoleName property value changes  | 
|
| + | AttachmentThumbnailChanged (Object, EventArgs) | 
     Raised when the AttachmentThumbnail property value changes  | 
|
| + | CommentDataChanged (Object, EventArgs) | 
     Raised when the CommentData property value changes  | 
|
| + | CommentRoleGUIDChanged (Object, EventArgs) | 
     Raised when the CommentRoleGUID property value changes  | 
|
| + | LanguageGuidChanged (Object, EventArgs) | 
     Raised when the LanguageGuid property value changes  | 
|
| + | RecordKeyValueChanged (Object, EventArgs) | 
     Raised when the RecordKeyValue property value changes  | 
|
| + | TableGUIDChanged (Object, EventArgs) | 
     Raised when the TableGUID property value changes  | 
| Options | Name | Purpose | |
|---|---|---|---|
| + | MEMPTR AttachmentData | 
       | 
|
| + | CHARACTER AttachmentFolder | 
       | 
|
| + | CHARACTER AttachmentGUID | 
       | 
|
| + | CHARACTER AttachmentName | 
       | 
|
| + | CHARACTER AttachmentRoleGUID | 
       | 
|
| + | CHARACTER AttachmentRoleName | 
       | 
|
| + | MEMPTR AttachmentThumbnail | 
       | 
|
| + | LONGCHAR CommentData | 
       | 
|
| + | CHARACTER CommentRoleGUID | 
       | 
|
| + | CHARACTER LanguageGuid | 
       | 
|
| + | CHARACTER RecordKeyValue | 
       | 
|
| + | RowStateEnum RowState | 
       Inherited from Consultingwerk.OERA.EntityTable  | 
|
| + | CHARACTER TableGUID | 
       | 
| 
         
            
                Top
                
            
         
        PROTECTED AssignFromBuffer (handle)
 
  | 
||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PROTECTED AssignToBuffer (handle)
 
  | 
||||||||||||||||||||||||||||||||||||
        
        PROTECTED HANDLE GetChildRecord (handle, character)
 
  | 
||||||||||||||||||||||||||||||||||||
        
        PROTECTED GetChildRecords (handle, character, Object, character)
 
  | 
||||||||||||||||||||||||||||||||||||
        
        PUBLIC InitializeNewRow ()
 
  | 
||||||||||||||||||||||||||||||||||||
        
        PROTECTED OnAttachmentDataChanged (EventArgs)
 
  | 
||||||||||||||||||||||||||||||||||||
        
        PROTECTED OnAttachmentFolderChanged (EventArgs)
 
  | 
||||||||||||||||||||||||||||||||||||
        
        PROTECTED OnAttachmentGUIDChanged (EventArgs)
 
  | 
||||||||||||||||||||||||||||||||||||
        
        PROTECTED OnAttachmentNameChanged (EventArgs)
 
  | 
||||||||||||||||||||||||||||||||||||
        
        PROTECTED OnAttachmentRoleGUIDChanged (EventArgs)
 
  | 
||||||||||||||||||||||||||||||||||||
        
        PROTECTED OnAttachmentRoleNameChanged (EventArgs)
 
  | 
||||||||||||||||||||||||||||||||||||
        
        PROTECTED OnAttachmentThumbnailChanged (EventArgs)
 
  | 
||||||||||||||||||||||||||||||||||||
        
        PROTECTED OnCommentDataChanged (EventArgs)
 
  | 
||||||||||||||||||||||||||||||||||||
        
        PROTECTED OnCommentRoleGUIDChanged (EventArgs)
 
  | 
||||||||||||||||||||||||||||||||||||
        
        PROTECTED OnLanguageGuidChanged (EventArgs)
 
  | 
||||||||||||||||||||||||||||||||||||
        
        PROTECTED OnRecordKeyValueChanged (EventArgs)
 
  | 
||||||||||||||||||||||||||||||||||||
        
        PROTECTED OnTableGUIDChanged (EventArgs)
 
  | 
||||||||||||||||||||||||||||||||||||
        
        PUBLIC PopulateList (handle, character, Object, character)
 
  | 
||||||||||||||||||||||||||||||||||||
        
        PUBLIC PopulateList (handle, Object, character)
 
  | 
||||||||||||||||||||||||||||||||||||
        
        PROTECTED SetModified ()
 
  | 
||||||||||||||||||||||||||||||||||||
        
        PUBLIC SmartAttachment_Generated ()
 
  | 
|||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC SmartAttachment_Generated (handle)
 
  | 
|||||||||||||||
        
        PUBLIC AttachmentDataChanged (Object, EventArgs)
 
  | 
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC AttachmentFolderChanged (Object, EventArgs)
 
  | 
||||||||||||||||||||
        
        PUBLIC AttachmentGUIDChanged (Object, EventArgs)
 
  | 
||||||||||||||||||||
        
        PUBLIC AttachmentNameChanged (Object, EventArgs)
 
  | 
||||||||||||||||||||
        
        PUBLIC AttachmentRoleGUIDChanged (Object, EventArgs)
 
  | 
||||||||||||||||||||
        
        PUBLIC AttachmentRoleNameChanged (Object, EventArgs)
 
  | 
||||||||||||||||||||
        
        PUBLIC AttachmentThumbnailChanged (Object, EventArgs)
 
  | 
||||||||||||||||||||
        
        PUBLIC CommentDataChanged (Object, EventArgs)
 
  | 
||||||||||||||||||||
        
        PUBLIC CommentRoleGUIDChanged (Object, EventArgs)
 
  | 
||||||||||||||||||||
        
        PUBLIC LanguageGuidChanged (Object, EventArgs)
 
  | 
||||||||||||||||||||
        
        PUBLIC RecordKeyValueChanged (Object, EventArgs)
 
  | 
||||||||||||||||||||
        
        PUBLIC TableGUIDChanged (Object, EventArgs)
 
  | 
||||||||||||||||||||
        
        PUBLIC MEMPTR AttachmentData
 
  | 
|||||||||
|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC CHARACTER AttachmentFolder
 
  | 
|||||||||
        
        PUBLIC CHARACTER AttachmentGUID
 
  | 
|||||||||
        
        PUBLIC CHARACTER AttachmentName
 
  | 
|||||||||
        
        PUBLIC CHARACTER AttachmentRoleGUID
 
  | 
|||||||||
        
        PUBLIC CHARACTER AttachmentRoleName
 
  | 
|||||||||
        
        PUBLIC MEMPTR AttachmentThumbnail
 
  | 
|||||||||
        
        PUBLIC LONGCHAR CommentData
 
  | 
|||||||||
        
        PUBLIC CHARACTER CommentRoleGUID
 
  | 
|||||||||
        
        PUBLIC CHARACTER LanguageGuid
 
  | 
|||||||||
        
        PUBLIC CHARACTER RecordKeyValue
 
  | 
|||||||||
        
        PUBLIC RowStateEnum RowState
 
  | 
|||||||||
        
        PUBLIC CHARACTER TableGUID
 
  | 
|||||||||