Show / Hide Table of Contents

Interface IAttribute

Inherited Members
System.IDisposable.Dispose()
Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public interface IAttribute : IDisposable

Properties

CanSave

Declaration
bool CanSave { get; }
Property Value
Type Description
System.Boolean

Data

Declaration
byte[] Data { get; set; }
Property Value
Type Description
System.Byte[]

Dirty

Declaration
bool Dirty { get; set; }
Property Value
Type Description
System.Boolean

Name

Declaration
string Name { get; set; }
Property Value
Type Description
System.String

Methods

SaveTo(Stream)

Declaration
void SaveTo(Stream stream)
Parameters
Type Name Description
System.IO.Stream stream
Back to top Generated by DocFX