다음을 통해 공유


PropertyModel 생성자

정의

오버로드

PropertyModel(PropertyModel)

지정된 PropertyModel에서 의 PropertyModel 새 instance 만듭니다.

PropertyModel(PropertyInfo, IReadOnlyList<Object>)

PropertyModel의 새 인스턴스를 만듭니다.

PropertyModel(PropertyModel)

Source:
PropertyModel.cs
Source:
PropertyModel.cs
Source:
PropertyModel.cs

지정된 PropertyModel에서 의 PropertyModel 새 instance 만듭니다.

public:
 PropertyModel(Microsoft::AspNetCore::Mvc::ApplicationModels::PropertyModel ^ other);
public PropertyModel (Microsoft.AspNetCore.Mvc.ApplicationModels.PropertyModel other);
new Microsoft.AspNetCore.Mvc.ApplicationModels.PropertyModel : Microsoft.AspNetCore.Mvc.ApplicationModels.PropertyModel -> Microsoft.AspNetCore.Mvc.ApplicationModels.PropertyModel
Public Sub New (other As PropertyModel)

매개 변수

other
PropertyModel

PropertyModel 복사해야 하는 입니다.

적용 대상

PropertyModel(PropertyInfo, IReadOnlyList<Object>)

Source:
PropertyModel.cs
Source:
PropertyModel.cs
Source:
PropertyModel.cs

PropertyModel의 새 인스턴스를 만듭니다.

public:
 PropertyModel(System::Reflection::PropertyInfo ^ propertyInfo, System::Collections::Generic::IReadOnlyList<System::Object ^> ^ attributes);
public PropertyModel (System.Reflection.PropertyInfo propertyInfo, System.Collections.Generic.IReadOnlyList<object> attributes);
new Microsoft.AspNetCore.Mvc.ApplicationModels.PropertyModel : System.Reflection.PropertyInfo * System.Collections.Generic.IReadOnlyList<obj> -> Microsoft.AspNetCore.Mvc.ApplicationModels.PropertyModel
Public Sub New (propertyInfo As PropertyInfo, attributes As IReadOnlyList(Of Object))

매개 변수

propertyInfo
PropertyInfo

PropertyInfo 기본 속성에 대한 입니다.

attributes
IReadOnlyList<Object>

속성에 주석이 추가된 모든 특성입니다.

적용 대상