EventReceiverDefinitionCreationInformation 成员
包括受保护的成员
包括继承的成员
Represents the properties that can be set when creating a client-side event receiver definition.
EventReceiverDefinitionCreationInformation 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
EventReceiverDefinitionCreationInformation | Initializes a new instance of the SPEventReceiverDefinitionCreationInformation class. |
页首
属性
名称 | 说明 | |
---|---|---|
EventType | Specifies the type of event as specified by EventReceiverType. | |
ReceiverAssembly | Specifies the strong name of the assembly that is used for receiving events. | |
ReceiverClass | Specifies a string that represents the class that is used for receiving events. | |
ReceiverName | Specifies the name of the event receiver. | |
ReceiverUrl | Specifies the URL of a web service that is used for receiving events. | |
SequenceNumber | Represents the relative sequence of the event. | |
Synchronization | Represents the synchronization state for the event receiver. | |
TypeId | (覆盖 ClientValueObject.TypeId。) |
页首
方法
名称 | 说明 | |
---|---|---|
CustomFromJson | 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientValueObject 继承。) | |
CustomWriteToXml | 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientValueObject 继承。) | |
FromJson | 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientValueObject 继承。) | |
InitOnePropertyFromJson | (覆盖 ClientValueObject.InitOnePropertyFromJson(String, JsonReader)。) | |
ToString | (从 Object 继承。) | |
WriteToXml | (覆盖 ClientValueObject.WriteToXml(XmlWriter, SerializationContext)。) |
页首