• Home
  • Blog
  • Docs
  • GitHub
Show / Hide Table of Contents

Class FileRecord

Inheritance
System.Object
FileRecord
Implements
IFileRecord
IRecord
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Snowflake.Model.Records
Assembly: Snowflake.Framework.dll
Syntax
public class FileRecord : IFileRecord, IRecord

Properties

File

Declaration
public IFile File { get; }
Property Value
Type Description
IFile

Metadata

Declaration
public IMetadataCollection Metadata { get; }
Property Value
Type Description
IMetadataCollection

MimeType

Declaration
public string MimeType { get; }
Property Value
Type Description
System.String

RecordID

Declaration
public Guid RecordID { get; }
Property Value
Type Description
System.Guid

Implements

IFileRecord
IRecord
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.