다음을 통해 공유


ConcurrencyPropertiesAnnotation 클래스

정의

동시성 속성에 대한 캐시를 저장하는 주석

public class ConcurrencyPropertiesAnnotation : System.Collections.Concurrent.ConcurrentDictionary<Microsoft.OData.Edm.IEdmNavigationSource,System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.IEdmStructuralProperty>>
type ConcurrencyPropertiesAnnotation = class
    inherit ConcurrentDictionary<IEdmNavigationSource, seq<IEdmStructuralProperty>>
Public Class ConcurrencyPropertiesAnnotation
Inherits ConcurrentDictionary(Of IEdmNavigationSource, IEnumerable(Of IEdmStructuralProperty))
상속

생성자

ConcurrencyPropertiesAnnotation()

동시성 속성에 대한 캐시를 저장하는 주석

적용 대상