PostSharpAPI ReferencePost­Sharp.​Patterns.​ModelProperty­Path
Open sandboxFocus

PropertyPath Class

Immutable property path with all components interned.

Inheritance
PropertyPath
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Model.dll
Syntax
[Serializer]
public sealed class PropertyPath : Object, ISerializationCallback

Constructors

Name Description
PropertyPath(PortableFormatterConstructorContext)

Methods

Name Description
Equals(PropertyPath)

Determines whether the current PropertyPath is equal to another.

Equals(Object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

ToString()

Returns a string that represents the current object.

Explicit Interface Implementations

Name Description
ISerializationCallback.OnDeserialized()
ISerializationCallback.OnSerializing()