Show / Hide Table of Contents

Interface IMember

Represents a member, which could be a field or property.

Inherited Members
IIdentity.Identifier
IIdentity.Name
Namespace: ExtendedXmlSerializer.ContentModel.Members
Assembly: ExtendedXmlSerializer.dll
Syntax
public interface IMember : IIdentity

Properties

IsWritable

Specifies if the member can be written (true) or if it's read-only (false).

Declaration
bool IsWritable { get; }
Property Value
System.Boolean

MemberType

The value type of the member.

Declaration
TypeInfo MemberType { get; }
Property Value
System.Reflection.TypeInfo

Metadata

The backing metadata for the member.

Declaration
MemberInfo Metadata { get; }
Property Value
System.Reflection.MemberInfo

Order

The order value of the member, used during serialization to appropriately order this member with other members to emit in a particular order.

Declaration
int Order { get; }
Property Value
System.Int32

Extension Methods

ExtensionMethods.Return<T, TOut>(T, TOut)
ExtensionMethods.To<T>(Object)
ExtensionMethods.AsValid<T>(Object, String)
ExtensionMethodsForAttachedProperties.Get<TType, TValue>(TType, Property<TType, TValue>)
ExtensionMethodsForAttachedProperties.Set<TType, TValue>(TType, Property<TType, TValue>, TValue)
ExtensionMethodsForCoreSources.If<TParameter, TResult>(TResult, ISpecification<TParameter>)
ExtensionMethodsForCoreSources.Let<TSpecification, TInstance>(TInstance, ISpecification<TSpecification>, TInstance)
Back to top Generated by DocFX