Interface IAttribute
Inherited Members
System.IDisposable.Dispose()
Assembly: Experior.Interfaces.dll
Syntax
public interface IAttribute : IDisposable
Properties
CanSave
Declaration
Property Value
Type |
Description |
System.Boolean |
|
Data
Declaration
byte[] Data { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
Dirty
Declaration
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 |
|