Interface IProperty
Represents an attached property.
Inherited Members
Namespace: ExtendedXmlSerializer.ExtensionModel.AttachedProperties
Assembly: ExtendedXmlSerializer.dll
Syntax
public interface IProperty : ISource<TypeInfo>, ISpecification<TypeInfo>, ITableSource<object, object>, ISpecification<object>, IParameterizedSource<object, object>, IAssignable<object, object>
Properties
Metadata
The metadata of the property that this attached property represents.
Declaration
PropertyInfo Metadata { get; }
Property Value
System.Reflection.PropertyInfo
|