Show:
Methods
FinancialScheduledTransactionDetail
Represents a detail item of a
FinancialScheduledTransaction. It represents a gift/payment to be made to an
FinancialAccount/account as part of the scheduled transaction. This allows multiple payments/gifts to be consolidated into one scheduled transaction.
Properties
Account | Gets or sets the FinancialAccount/account that the Amount of this transaction detail will be credited toward. |
AccountId | Gets or sets the AccountId of the FinancialAccount/account that that the transaction detail Amount should be directed toward. |
AdditionalLavaFields | |
Amount | Gets or sets the purchase/gift amount. |
Attributes | |
AttributeValueDefaults | |
AttributeValues | |
AvailableKeys | |
ContextKey | |
CreatedByPersonAlias | |
CreatedByPersonAliasId | |
CreatedByPersonId | |
CreatedByPersonName | |
CreatedDateTime | |
CustomSortValue | |
EncryptedKey | |
EntityId | Gets or sets the entity id. |
EntityStringValue | |
EntityType | Gets or sets the type of the entity. |
EntityTypeId | Gets or sets the entity. |
FeeCoverageAmount | Gets or sets the fee coverage amount. |
FinancialScheduledTransactionDetailAttributeValues | Gets the entity attribute values. This should only be used inside LINQ statements when building a where clause for the query. This property should only be used inside LINQ statements for filtering or selecting values. Do not use it for accessing the attributes after the entity has been loaded. |
ForeignGuid | |
ForeignId | |
ForeignKey | |
Guid | |
HistoryChangeList | [Obsoleted in v14] Does nothing. No longer needed. We replaced this with a private property under the SaveHook class for this entity. Gets or sets the history change list. |
Id | |
IdKey | |
IsValid | |
Item | |
ModifiedAuditValuesAlreadyUpdated | |
ModifiedByPersonAlias | |
ModifiedByPersonAliasId | |
ModifiedByPersonId | |
ModifiedByPersonName | |
ModifiedDateTime | |
ParentAuthority | |
ParentAuthorityPre | |
ScheduledTransaction | Gets or sets the FinancialScheduledTransaction that this transaction detail belongs to. |
ScheduledTransactionId | Gets or sets the ScheduledTransactionId of the FinancialScheduledTransaction that this detail item belongs to. |
Summary | Gets or sets the summary of this scheduled transaction detail. |
SupportedActions | |
TypeId | |
TypeName | |
UrlEncodedKey | |
ValidationResults | |
Methods
- AllowPerson(System.String action, Rock.Model.Person person, Rock.Data.RockContext rockContext) (inherited)
- AllowSecurityRole(System.String action, Rock.Model.Group group, Rock.Data.RockContext rockContext) (inherited)
- Clone() (inherited)
- ContainsKey(System.Object key) (inherited) [Obsoleted in v13] Use ContainsKey(string) instead.
- ContainsKey(System.String key) (inherited)
- Equals(System.Object obj) (inherited)
- FromDictionary(System.Collections.Generic.Dictionary`2[System.String,System.Object] properties) (inherited)
- GetAlternateEntityIds(Rock.Data.RockContext rockContext) (inherited) [Obsoleted in v13] Use GetAlternateEntityIdsByType instead.
- GetAlternateEntityIdsByType(Rock.Data.RockContext rockContext) (inherited)
- GetAttributeValue(System.String key) (inherited)
- GetAttributeValue(System.Guid guid) (inherited)
- GetAttributeValueAsType(System.String key) (inherited)
- GetAttributeValues(System.String key) (inherited)
- GetCreatedAuditHtml(System.String rootUrl) (inherited)
- GetHashCode() (inherited)
- GetInheritedAttributes(Rock.Data.RockContext rockContext) (inherited)
- GetModifiedAuditHtml(System.String rootUrl) (inherited)
- GetType() (inherited)
- GetValue(System.String key) (inherited)
- IsAllowedByDefault(System.String action) (inherited)
- IsAuthorized(System.String action, Rock.Model.Person person) (inherited)
- IsPrivate(System.String action, Rock.Model.Person person) (inherited)
- LaunchWorkflow(System.Nullable`1[System.Guid] workflowTypeGuid, System.String workflowName, System.Collections.Generic.Dictionary`2[System.String,System.String] workflowAttributeValues) (inherited) [Obsoleted in v13] Use the override that does not provide the default values instead.
- LaunchWorkflow(System.Nullable`1[System.Guid] workflowTypeGuid, System.String workflowName, System.Collections.Generic.Dictionary`2[System.String,System.String] workflowAttributeValues, System.Nullable`1[System.Int32] initiatorPersonAliasId) (inherited)
- LaunchWorkflow(System.Nullable`1[System.Int32] workflowTypeId, System.String workflowName, System.Collections.Generic.Dictionary`2[System.String,System.String] workflowAttributeValues) (inherited) [Obsoleted in v13] Use the override that does not provide the default values instead.
- LaunchWorkflow(System.Nullable`1[System.Int32] workflowTypeId, System.String workflowName, System.Collections.Generic.Dictionary`2[System.String,System.String] workflowAttributeValues, System.Nullable`1[System.Int32] initiatorPersonAliasId) (inherited)
- MakePrivate(System.String action, Rock.Model.Person person, Rock.Data.RockContext rockContext) (inherited)
- MakeUnPrivate(System.String action, Rock.Model.Person person, Rock.Data.RockContext rockContext) (inherited)
- PostSaveChanges(Rock.Data.DbContext dbContext) (inherited)
- PreSaveChanges(Rock.Data.DbContext dbContext, System.Data.Entity.EntityState state) (inherited)
- PreSaveChanges(Rock.Data.DbContext dbContext, System.Data.Entity.Infrastructure.DbEntityEntry entry) (inherited)
- PreSaveChanges(Rock.Data.DbContext dbContext, System.Data.Entity.Infrastructure.DbEntityEntry entry, System.Data.Entity.EntityState state) (inherited)
- SetAttributeValue(System.String key, System.String value) (inherited)
- ToDictionary() (inherited)
- ToLiquid() (inherited)
- ToString() - Returns a String that represents this instance.