| C# |
public class FileAttachment
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| FileAttachment()()() | Initializes a new instance of the FileAttachment class | |
| FileAttachment(Guid) | Initializes a new instance of the FileAttachment class | |
| CompareByCreatedUtc(FileAttachment, FileAttachment) |
Compares 2 instances of FileAttachment.
| |
| CompareByFileName(FileAttachment, FileAttachment) |
Compares 2 instances of FileAttachment.
| |
| CompareByServerFileName(FileAttachment, FileAttachment) |
Compares 2 instances of FileAttachment.
| |
| CreatedBy | ||
| CreatedUtc | ||
| Delete(Guid) |
Deletes an instance of FileAttachment. Returns true on success.
| |
| DeleteByItem(Guid) |
Deletes rows from the mp_FileAttachment table. Returns true if row deleted.
| |
| DeleteByModule(Guid) |
Deletes rows from the mp_FileAttachment table. Returns true if row deleted.
| |
| DeleteBySite(Guid) |
Deletes rows from the mp_FileAttachment table. Returns true if row deleted.
| |
| Equals(Object) | (Inherited from Object.) | |
| FileName | ||
| Finalize()()() | (Inherited from Object.) | |
| GetHashCode()()() | (Inherited from Object.) | |
| GetListByItem(Guid) | ||
| GetType()()() | (Inherited from Object.) | |
| ItemGuid | ||
| MemberwiseClone()()() | (Inherited from Object.) | |
| ModuleGuid | ||
| RowGuid | ||
| Save()()() |
Saves this instance of FileAttachment. Returns true on success.
| |
| SelectByItem(Guid) |
Gets an IDataReader with rows from the mp_FileAttachment table.
| |
| SelectByModule(Guid) |
Gets an IDataReader with row sfrom the mp_FileAttachment table.
| |
| SelectBySpecial1(Guid) |
Gets an IDataReader with rows from the mp_FileAttachment table.
| |
| SelectBySpecial2(Guid) |
Gets an IDataReader with rows from the mp_FileAttachment table.
| |
| ServerFileName | ||
| SiteGuid | ||
| SpecialGuid1 | ||
| SpecialGuid2 | ||
| ToString()()() | (Inherited from Object.) |
| Object | |
| FileAttachment | |